]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Thu, 31 Mar 2011 11:32:01 +0000 (13:32 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 31 Mar 2011 11:32:01 +0000 (13:32 +0200)
Makefile.in
NEWS
configure.ac

index 771bc1078f16bd08a103720e8f6ea792963973c0..7e21745a433fb3d0d88d069e13c0e16fc7df0f32 100644 (file)
@@ -15,7 +15,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 := deterministic entropy
+codename := infinite rollback
 
 DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 DEBUG_CPPFLAGS += -Wredundant-decls
diff --git a/NEWS b/NEWS
index d58f6a250711ac427bcfd39bf76f28e8d7a47068..81fae3856a9190ed8e19a69a95c32fe504330131 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+-------------------------------------------
+0.4.7 (to be announced) "infinite rollback"
+-------------------------------------------
+
 ------------------------------------------
 0.4.6 (2011-03-31) "deterministic entropy"
 ------------------------------------------
index 80d39e793d04ac0e4c4c75c6a2d67311f6eec9dc..e8b2118cdede3d2a1ebabbe751cbaf2b2b741cec 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.4.6], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)