new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Fri, 6 Aug 2010 12:13:56 +0000 (14:13 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 6 Aug 2010 12:13:56 +0000 (14:13 +0200)
Makefile.in
NEWS
configure.ac

index 1a0c1fa34a3e7cecf0c5ee9cc77b34c4cda29d9f..994aadd546da55a93455e64e3c8172542a4a9d8d 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 := persistent regularity
+codename := symmetric randomization
 
 DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 DEBUG_CPPFLAGS += -Wredundant-decls
diff --git a/NEWS b/NEWS
index 477d149f309d0b5286b43847564fbf2b0c6fd6bd..4669b78ed883e42f417807b87ba12a1c26a75bb2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+-------------------------------------------------
+0.4.5 (to be announced) "symmetric randomization"
+-------------------------------------------------
+
 ------------------------------------------
 0.4.4 (2010-08-06) "persistent regularity"
 ------------------------------------------
index 62bd524d1ebcb0002b5f0277efc47398c50127b8..a7bd3e1ab5e96bb956b8598af2786aadca2f106c 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.4.4], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)