]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Tue, 10 Nov 2009 17:22:58 +0000 (18:22 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 10 Nov 2009 17:22:58 +0000 (18:22 +0100)
Makefile.in
NEWS
configure.ac

index 6794efedf7c5a31cbb8be27b1cb28fec2515a5b8..a24ba6bae03256033d394119dec43e02550b6b7d 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 := simultaneous independence
+codename := concurrent eternalty
 
 DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 DEBUG_CPPFLAGS += -Wredundant-decls
diff --git a/NEWS b/NEWS
index f257a035406032d089b59dffbe3d45f1e654f5bf..bbf62950d17fa24f1405fe8878c9ab9ec91ce94e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 NEWS
 ====
 
+----------------------------------------------
+0.4.1 (to be announced) "concurrent eternalty"
+----------------------------------------------
+
 ----------------------------------------------
 0.4.0 (2009-11-10) "simultaneous independence"
 ----------------------------------------------
index c7b4335ae420f39187252906a88c820bfa9f59b9..2989189da1f560a7848bb7cecfe623ad94b6aec0 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.4.0], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)