From 10d1e8a34c0c84c3c9409bab5c14cee87b1a17f3 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 20 Nov 2007 18:42:19 +0100 Subject: [PATCH] new codename, reset version to git --- Makefile.in | 6 +++--- configure.ac | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index f33273e0..52602df7 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 = 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 diff --git a/configure.ac b/configure.ac index 2063ccd8..e7ad80f4 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ 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) -- 2.30.2