]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Fri, 20 Jul 2012 08:46:02 +0000 (10:46 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 20 Jul 2012 08:46:02 +0000 (10:46 +0200)
Makefile.in
NEWS
configure.ac

index 868cfeac5ad719545b210982fcc934e58b53af3c..1d3d2e01089527e7fbb53aaff2c99007e1d1138e 100644 (file)
@@ -18,7 +18,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 := mutual diversity
+codename := volatile relativity
 
 GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h)
 
diff --git a/NEWS b/NEWS
index ab2fa137e559741784234cf6dfc5db8a0ae9261d..e7bdad6f9dd2e7c77047bddb5ab2682a4dfbfebe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+---------------------------------------------
+0.?.? (to be announced) "volatile relativity"
+---------------------------------------------
+
 --------------------------------------
 0.4.11 (2012-07-20) "mutual diversity"
 --------------------------------------
index 54912054fbb96b13257a7b7f1c3dbb28135834f0..8acbf9e9494d2eec170ee03f183d0b266740c4e2 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.4.11], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)