From 06bf6961efa63952315360f465c81e7ae98ae7fc Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 7 May 2009 17:46:15 +0200 Subject: [PATCH] new codename, reset version to git --- Makefile.in | 2 +- NEWS | 4 ++++ configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 670be971..f63c21fa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ build_date := $(shell date) uname_s := $(shell uname -s 2>/dev/null || echo "UNKNOWN_OS") uname_rs := $(shell uname -rs) cc_version := $(shell $(CC) --version | head -n 1) -codename := elliptic inheritance +codename := symplectic separability DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls diff --git a/NEWS b/NEWS index 693e18f3..4570fbc7 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS ==== +------------------------------------------------ +0.3.5 (to be announced) "symplectic separability" +------------------------------------------------ + ----------------------------------------- 0.3.4 (2009-05-07) "elliptic inheritance" ----------------------------------------- diff --git a/configure.ac b/configure.ac index d7d30554..da5ec770 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.3.4], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no) -- 2.39.2