]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Mon, 1 Dec 2008 12:59:00 +0000 (13:59 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 1 Dec 2008 12:59:00 +0000 (13:59 +0100)
Makefile.in
NEWS
configure.ac

index 5dd08d6d069daea22e1f8deaf49958ed9ef38bcf..2f903d0c4038f09a225598dff59e9c42976a7a2d 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)
-codename := axiomatic perspectivity
+codename := elliptic inheritance
 
 DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 DEBUG_CPPFLAGS += -Wredundant-decls
diff --git a/NEWS b/NEWS
index eb2fab35e55272f7342cef6c6076d3d163dcbf42..bfff0df163864e7bc66abac3f8200c74f90832f2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 NEWS
 ====
 
+----------------------------------------------
+0.3.4 (to be announced) "elliptic inheritance"
+----------------------------------------------
+
+
 --------------------------------------------
 0.3.3 (2008-12-01) "axiomatic perspectivity"
 --------------------------------------------
index 7fdf0b74fc0ca6e9ebc6afb2b1319aeae5342a1c..449246459f8619244e33e18d4eab5f20e0821071 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.3.3], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)