From: Andre Noll Date: Sun, 15 Oct 2006 16:57:38 +0000 (+0200) Subject: new codename, reset version to git X-Git-Tag: v0.2.15~128 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=8e1e5cc794c84fcfee75f701b339ae85a02eb1b8 new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 376adf81..124d2ab0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -16,11 +16,11 @@ install_sh = @install_sh@ build_date = $(shell date) system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) -codename = transient singularity +codename = inductive resonance -#DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W +DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W -#DEBUG_CPPFLAGS += -Wredundant-decls +DEBUG_CPPFLAGS += -Wredundant-decls # produces false positives # DEBUG_CPPFLAGS += -Wunreachable-code diff --git a/NEWS b/NEWS index c2a15608..70376053 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS ==== +--------------------------------------------- +0.?.? (to be announced) "inductive resonance" +--------------------------------------------- + ------------------------------------------- 0.2.14 (2006-10-15) "transient singularity" ------------------------------------------- diff --git a/configure.ac b/configure.ac index bfd4fbcb..efd27d4e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.2.14], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) ########################################################################### generic