From: Andre Noll Date: Thu, 7 May 2009 15:46:15 +0000 (+0200) Subject: new codename, reset version to git X-Git-Tag: v0.3.5~62 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=06bf6961efa63952315360f465c81e7ae98ae7fc;p=paraslash.git new codename, reset version to git --- 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)