new codename, reset version to git
authorAndre <maan@p133.(none)>
Fri, 14 Jul 2006 14:42:21 +0000 (16:42 +0200)
committerAndre <maan@p133.(none)>
Fri, 14 Jul 2006 14:42:21 +0000 (16:42 +0200)
Makefile.in
NEWS
configure.ac

index d636f6cf3e7f631ffa032f7e3ef7f3f27f6efcca..80a19ea3c2edcb6341899a0e5831690f658c8103 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 = sonic convolution
+codename = transient singularity
 
-#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 025a78e0b4474ca3212c0cdec267fd124db375f9..be700bb3218b721a15f559ac826509878dbe7118 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 NEWS
 ====
 
+------------------------------------------------
+0.?.1? (to be announced) "transient singularity"
+------------------------------------------------
+
 ---------------------------------------
 0.2.13 (2006-07-14) "sonic convolution"
 ---------------------------------------
index abd40385cf47982055e6b2400d5d937938d1731e..edb0637aeffdf3b65aa533586fb81fedfc5e4a69 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.53)
 
 
-AC_INIT(paraslash, [0.2.13], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 ########################################################################### generic