From: Andre Noll Date: Tue, 10 Nov 2009 17:22:58 +0000 (+0100) Subject: new codename, reset version to git X-Git-Tag: v0.4.1~116^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=50a791c2e535f3fa3712ab3e3038aea3d3284027 new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 6794efed..a24ba6ba 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,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 := simultaneous independence +codename := concurrent eternalty DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls diff --git a/NEWS b/NEWS index f257a035..bbf62950 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS ==== +---------------------------------------------- +0.4.1 (to be announced) "concurrent eternalty" +---------------------------------------------- + ---------------------------------------------- 0.4.0 (2009-11-10) "simultaneous independence" ---------------------------------------------- diff --git a/configure.ac b/configure.ac index c7b4335a..2989189d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.4.0], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no)