]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Mon, 7 Dec 2009 17:01:07 +0000 (18:01 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 7 Dec 2009 17:01:07 +0000 (18:01 +0100)
Makefile.in
configure.ac

index 05a14a8838dbcef4748802b768cfe95272597d7e..d04d0ea3f2ad2a013d86b2454baeba4c9844d98d 100644 (file)
@@ -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
index cd096dc8a8fe00e641fe2834463aac7ed48b645c..74a3c742491caa758fe65a5ef69f725882b5e0dc 100644 (file)
@@ -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)