]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Thu, 5 Apr 2007 14:37:33 +0000 (16:37 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 5 Apr 2007 14:37:33 +0000 (16:37 +0200)
Makefile.in
NEWS
configure.ac

index 243bec4c3335950658291d7e3d1a01689f49f159..cd9e283dd96a7e1268bfda8ba6d1525b12c61533 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 = neural discharge
+codename = isotropic threshold
 
 
-#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 f6995763fb03b3fe03fa97fa36f48c1e0236e40c..82db18b07108c95f4c1d4de6c2a7b1e276f8f36d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 NEWS
 ====
 
 NEWS
 ====
 
+---------------------------------------------
+0.?.? (to be announced) "isotropic threshold"
+---------------------------------------------
+
 --------------------------------------
 0.2.16 (2007-04-05) "neural discharge"
 --------------------------------------
 --------------------------------------
 0.2.16 (2007-04-05) "neural discharge"
 --------------------------------------
index 4d1ce96b93212407cb727afde255c0be57ca26d3..316f95c74679613748e0fcc0f12c00b707d2f4a2 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.2.16], 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)