]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Tue, 20 Nov 2007 17:42:19 +0000 (18:42 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 20 Nov 2007 17:42:19 +0000 (18:42 +0100)
Makefile.in
configure.ac

index f33273e0249bcc70d3f31f6a760c35ee5d3b3392..52602df7f35aba7ce7f2e86052ad33571b67ea75 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 = isotropic threshold
+codename = reproducing reflection
 
 
-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
index 2063ccd8e07e97dd53d55fa3a088283cea663d2a..e7ad80f482ab9c2d4ad2a43c227e3e40b6d8c203 100644 (file)
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.2.17], maan@systemlinux.org)
+AC_INIT(paraslash, [0.2.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)