From d88325b94b76663e57847a382843ff1f05733957 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 16 Feb 2007 20:24:18 +0100 Subject: [PATCH] new codename, reset version to git --- Makefile.in | 6 +++--- NEWS | 4 ++++ configure.ac | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index cd76a1f6..e26deb82 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 = inductive resonance +codename = neural discharge -# 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 4371ebbc..3a0e63a2 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS ==== +------------------------------------------ +0.?.? (to be announced) "neural discharge" +------------------------------------------ + ----------------------------------------- 0.2.15 (2007-02-16) "inductive resonance" ----------------------------------------- diff --git a/configure.ac b/configure.ac index bf0dfad9..3db6082d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.2.15], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no) -- 2.39.2