]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Fri, 17 Dec 2010 16:10:49 +0000 (17:10 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 17 Dec 2010 16:10:49 +0000 (17:10 +0100)
Makefile.in
NEWS
configure.ac

index 994aadd546da55a93455e64e3c8172542a4a9d8d..3fbbce21ab5f3fe91d674750a4d3f7804c346188 100644 (file)
@@ -14,7 +14,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 := symmetric randomization
+codename := deterministic entropy
 
 DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 DEBUG_CPPFLAGS += -Wredundant-decls
diff --git a/NEWS b/NEWS
index 36e9a4dfd2f259e94cdd9085afde8eeaf759a2a7..adcc23eb32bef81071b159abcd87160074c6ea19 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+-----------------------------------------------
+0.4.6 (to be announced) "deterministic entropy"
+-----------------------------------------------
+
 --------------------------------------------
 0.4.5 (2010-12-17) "symmetric randomization"
 --------------------------------------------
index 2f2830fc113e7132caa7ebe9fb80e57c02bf8c8e..f47a56df0c96f71d68e19b3655aa017925536a83 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.4.5], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)