From 8e1e5cc794c84fcfee75f701b339ae85a02eb1b8 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@congo.fml.local>
Date: Sun, 15 Oct 2006 18:57:38 +0200
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 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
-- 
2.39.5