From: Andre Noll Date: Mon, 7 Dec 2009 17:01:07 +0000 (+0100) Subject: new codename, reset version to git X-Git-Tag: v0.4.1~11^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=b764977e54d34650a4529cc05abb4ca7603735f7;hp=542ba6d4d59b88a6914d6a4f4a892dbe8f90ba9c new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 05a14a88..d04d0ea3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ build_date := $(shell date) uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") uname_rs := $(shell uname -rs) cc_version := $(shell $(CC) --version | head -n 1) -codename := cubic continuity +codename := imaginary radiation DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls diff --git a/configure.ac b/configure.ac index cd096dc8..74a3c742 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.3.6], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no)