From: Andre Noll Date: Thu, 5 Apr 2007 14:37:33 +0000 (+0200) Subject: new codename, reset version to git X-Git-Tag: v0.2.17~71 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=65616923d1789af7df70b7db7e62bbe5d2a03c22;hp=58609aa1b1552a947d693a021db4e92d3cce2b00 new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 243bec4c..cd9e283d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,10 +13,10 @@ install_sh = @install_sh@ 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 diff --git a/NEWS b/NEWS index f6995763..82db18b0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS ==== +--------------------------------------------- +0.?.? (to be announced) "isotropic threshold" +--------------------------------------------- + -------------------------------------- 0.2.16 (2007-04-05) "neural discharge" -------------------------------------- diff --git a/configure.ac b/configure.ac index 4d1ce96b..316f95c7 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ 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)