]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Mon, 5 Jul 2010 15:29:59 +0000 (17:29 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 5 Jul 2010 15:29:59 +0000 (17:29 +0200)
Makefile.in
NEWS
configure.ac

index 0614c83bcc4b93579a44a01c251da744b9c30fda..639464aa133b0d33580afe1c4a403e021a83379e 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 := imaginary radiation
+codename := persistent regularity
 
 DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 DEBUG_CPPFLAGS += -Wredundant-decls
diff --git a/NEWS b/NEWS
index 2b56453ff9a23d0d5f1cb3784e45af3b24f57512..e1954b3168a7fc9d8287a4503e507c2f129f09ed 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+-----------------------------------------------
+0.4.4 (to be announced) "persistent regularity"
+-----------------------------------------------
+
 ----------------------------------------
 0.4.3 (2010-07-05) "imaginary radiation"
 ----------------------------------------
index 474feb6d5860b36ba66540b934f6c6d4943d5260..d8f55ce26c5967cf16075323283db93cae7da98c 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.4.3], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)