new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Fri, 23 Apr 2010 11:09:44 +0000 (13:09 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 23 Apr 2010 11:09:44 +0000 (13:09 +0200)
Makefile.in
NEWS
configure.ac

index cbca97a0f2c33bbc4b27bd8b8195fdb8d282a73b..34992de8514fdce7e4c02f83d9b1e478025d091d 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 := associative expansion
+codename := imaginary radiation
 
 DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 DEBUG_CPPFLAGS += -Wredundant-decls
diff --git a/NEWS b/NEWS
index ed1920d20cbc76124e2eb414583fe556d0d5c4d4..36bc0af059dd5920c7e5b427ded0a6595601191f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 NEWS
 ====
 
+---------------------------------------------
+0.4.3 (to be announced) "imaginary radiation"
+---------------------------------------------
+
 ------------------------------------------
 0.4.2 (2010-04-23) "associative expansion"
 ------------------------------------------
index aa831616351c1e14ce278108025edecdc8c7bbe6..80eaf095372b8bcd1663254b380e5203085bf53c 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.4.2], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)