new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Sat, 12 Jan 2008 22:23:18 +0000 (23:23 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 12 Jan 2008 22:23:18 +0000 (23:23 +0100)
Makefile.in
NEWS
configure.ac

index 5203da87f1ae8a100b2b8671212eea896d438823..338d1039681b7e07cb820507c9bf9de4c692dd0d 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 := solar saturation
+codename := liquid interaction
 
 DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 DEBUG_CPPFLAGS += -Wredundant-decls
diff --git a/NEWS b/NEWS
index 2d105dd83ce939296c22f5a92c81a3ff31213a34..30d594ae892c1b5ae9ae5a055a649d2ea73cdf46 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 NEWS
 ====
 
+--------------------------------------------
+0.3.1 (to be announced) "liquid interaction"
+--------------------------------------------
+
+
 -------------------------------------
 0.3.0 (2008-01-12) "solar saturation"
 -------------------------------------
index 5e5895b462c33c0bdf18f65a1318d81c37ab5931..6c55553827adf916e4a5ecf9a5c028c112713aa9 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.3.0], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)