]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Thu, 7 May 2009 15:46:15 +0000 (17:46 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 7 May 2009 15:46:15 +0000 (17:46 +0200)
Makefile.in
NEWS
configure.ac

index 670be971b5f10a9d9510667ff2af7989648f18b3..f63c21fa13a74fc9a61dd2bda5ae824cd524e7e2 100644 (file)
@@ -13,7 +13,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 := elliptic inheritance
+codename := symplectic separability
 
 DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 DEBUG_CPPFLAGS += -Wredundant-decls
diff --git a/NEWS b/NEWS
index 693e18f3578e830a7eaae79fffe6826592592c37..4570fbc783d9b9d4aa3e20be77c3e8eed6c7b1c1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 NEWS
 ====
 
+------------------------------------------------
+0.3.5 (to be announced) "symplectic separability"
+------------------------------------------------
+
 -----------------------------------------
 0.3.4 (2009-05-07) "elliptic inheritance"
 -----------------------------------------
index d7d30554985a5b40fc117634a4d74941d6e008af..da5ec770802ec1a0fa0410141b3d96f8017440d0 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.3.4], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)