]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre <maan@p133.(none)>
Fri, 12 May 2006 14:31:58 +0000 (16:31 +0200)
committerAndre <maan@p133.(none)>
Fri, 12 May 2006 14:31:58 +0000 (16:31 +0200)
Makefile.in
NEWS
configure.ac

index 09ccf503864f0d5d4d499e61bf4b41d2777ca735..8b78decbb56af29ac479e2bf0825b16b745efab4 100644 (file)
@@ -20,9 +20,9 @@ build_date = $(shell date)
 system = $(shell uname -rs)
 cc_version = $(shell $(CC) --version | head -n 1)
 version = @PACKAGE_VERSION@
-codename = oriented abstraction
+codename = sonic convolution
 
-#DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
+DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 
 DEBUG_CPPFLAGS += -Wredundant-decls
 
diff --git a/NEWS b/NEWS
index 63cca51e69d8a607a5a6949eec8e2e60a780ba35..4444f9e0123516d2a02db1872e1b1a05dc2e26e4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 NEWS
 ====
 
+0.?.? (to be announced) "sonic convolution"
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 0.2.12 (2006-05-12) "oriented abstraction"
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Many user-visible changes in this release and lots of new
index 134641eb75be3cd47ff057dde8b0ed80d176a74a..a28d4114486c0cc476e77a165929bdeb57ea581a 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.53)
 
 
-AC_INIT(paraslash, [0.2.12], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 ########################################################################### generic