]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre <maan@p133.(none)>
Sat, 11 Mar 2006 15:29:29 +0000 (16:29 +0100)
committerAndre <maan@p133.(none)>
Sat, 11 Mar 2006 15:29:29 +0000 (16:29 +0100)
Makefile.in
NEWS
configure.ac

index 9ce793a4033a3e201bc43484e670dd2ac833acf3..6d3d39816497aebdfc169790246dc6850df0beb4 100644 (file)
@@ -21,9 +21,9 @@ build_date = $(shell date)
 system = $(shell uname -rs)
 cc_version = $(shell $(CC) --version | head -n 1)
 version = @PACKAGE_VERSION@
-codename = atomic duality
+codename = oriented abstraction
 
-DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
+DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W
 
 # produces lots of warnings on older debian systems with gcc-2.95.4
 # DEBUG_CPPFLAGS += -Wredundant-decls
diff --git a/NEWS b/NEWS
index 6ff4df81299372f4e70878ab75431f405d7a7c84..4ac066d6315a3c744ce107f2217287e2283aed85 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 NEWS
 ====
 
+0.?.? (to be announced) "oriented abstraction"
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 0.2.11 (2006-03-11) "atomic duality"
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
index d22818a591d3bf52fb13c785cf71b806aaec225a..06cbe7acf9ad56860280a80254290f2f8987ebf1 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.53)
 
 
-AC_INIT(paraslash, [0.2.11], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 ########################################################################### generic