]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Fri, 16 Feb 2007 19:24:18 +0000 (20:24 +0100)
committerAndre Noll <maan@systemlinux.org>
Fri, 16 Feb 2007 19:24:18 +0000 (20:24 +0100)
Makefile.in
NEWS
configure.ac

index cd76a1f6f007bde49b8dac544a0eb2912c86dfd7..e26deb82da7f01122046971de2156d0a6595708e 100644 (file)
@@ -13,10 +13,10 @@ install_sh = @install_sh@
 build_date = $(shell date)
 system = $(shell uname -rs)
 cc_version = $(shell $(CC) --version | head -n 1)
 build_date = $(shell date)
 system = $(shell uname -rs)
 cc_version = $(shell $(CC) --version | head -n 1)
-codename = inductive resonance
+codename = neural discharge
 
 
-DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
-DEBUG_CPPFLAGS += -Wredundant-decls
+DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
+DEBUG_CPPFLAGS += -Wredundant-decls
 # produces false positives
 # DEBUG_CPPFLAGS += -Wunreachable-code
 # DEBUG_CPPFLAGS += -Wwrite-strings
 # produces false positives
 # DEBUG_CPPFLAGS += -Wunreachable-code
 # DEBUG_CPPFLAGS += -Wwrite-strings
diff --git a/NEWS b/NEWS
index 4371ebbca8469dfa78cdabc40c629c44516e945d..3a0e63a2da66a1c076ca8521d7faaf4559bed1f8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 NEWS
 ====
 
 NEWS
 ====
 
+------------------------------------------
+0.?.? (to be announced) "neural discharge"
+------------------------------------------
+
 -----------------------------------------
 0.2.15 (2007-02-16) "inductive resonance"
 -----------------------------------------
 -----------------------------------------
 0.2.15 (2007-02-16) "inductive resonance"
 -----------------------------------------
index bf0dfad94362adad8e9e9d517f5221fedbdd4af5..3db6082d30ce94c205c9a979cbd463070ca78eaf 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.2.15], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)