]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Sat, 23 Feb 2008 19:27:46 +0000 (20:27 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 23 Feb 2008 19:27:46 +0000 (20:27 +0100)
Makefile.in
NEWS
configure.ac

index 338d1039681b7e07cb820507c9bf9de4c692dd0d..7ee2132b0d83f2cd895ff6fdbab00e941140a6dd 100644 (file)
@@ -12,7 +12,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)
 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 := liquid interaction
+codename := probabilistic parity
 
 DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 DEBUG_CPPFLAGS += -Wredundant-decls
 
 DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 DEBUG_CPPFLAGS += -Wredundant-decls
diff --git a/NEWS b/NEWS
index 117ce0c79b625e3a48aedb3c4b79a5bda8a13d4b..668d8dab3896c295e6bc21babe007935ed8a8458 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 NEWS
 ====
 
 NEWS
 ====
 
+----------------------------------------------
+0.3.2 (to be announced) "probabilistic parity"
+----------------------------------------------
+
 ---------------------------------------
 0.3.1 (2008-02-23) "liquid interaction"
 ---------------------------------------
 ---------------------------------------
 0.3.1 (2008-02-23) "liquid interaction"
 ---------------------------------------
index 28c1b46e615024948d1ac1ea27bd9bc252340bec..ff27cb41d4d1314c0f0edc6eaf3df5cd0902a075 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.3.1], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)