]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre Noll <maan@congo.fml.local>
Sun, 15 Oct 2006 16:57:38 +0000 (18:57 +0200)
committerAndre Noll <maan@congo.fml.local>
Sun, 15 Oct 2006 16:57:38 +0000 (18:57 +0200)
Makefile.in
NEWS
configure.ac

index 376adf810aa0a85df319799dd3ab008acd9ce33a..124d2ab0792b6e2ad6682b89aae178efaa8ffca9 100644 (file)
@@ -16,11 +16,11 @@ install_sh = @install_sh@
 build_date = $(shell date)
 system = $(shell uname -rs)
 cc_version = $(shell $(CC) --version | head -n 1)
-codename = transient singularity
+codename = inductive resonance
 
-#DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
+DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 
-#DEBUG_CPPFLAGS += -Wredundant-decls
+DEBUG_CPPFLAGS += -Wredundant-decls
 
 # produces false positives
 # DEBUG_CPPFLAGS += -Wunreachable-code
diff --git a/NEWS b/NEWS
index c2a156086fcfc0d12ef5c08509d4c9a2e823e41e..70376053d064bbdbe2c8ca78739140040db997bf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 NEWS
 ====
 
+---------------------------------------------
+0.?.? (to be announced) "inductive resonance"
+---------------------------------------------
+
 -------------------------------------------
 0.2.14 (2006-10-15) "transient singularity"
 -------------------------------------------
index bfd4fbcb5b7ebafd4d132fa7a6ee2b404b8a853d..efd27d4e518be5782045408b9d4be4cb42b05ce3 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.2.14], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 ########################################################################### generic