From: Andre Noll Date: Tue, 22 Dec 2009 13:00:54 +0000 (+0100) Subject: new codename, reset version to git X-Git-Tag: v0.4.2~261 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=afc645bcc8ea2ce6fe9a531ff5ee8ad3da4b5094 new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 72f66a90..eca693f2 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 := concurrent horizon +codename := associative expansion DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls diff --git a/NEWS b/NEWS index cd4bc01a..b7581a88 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,11 @@ NEWS ==== ---------------------------------------- +----------------------------------------------- +0.4.2 (to be announced) "associative expansion" +----------------------------------------------- + + 0.4.1 (2009-12-22) "concurrent horizon" --------------------------------------- diff --git a/configure.ac b/configure.ac index bbf7f329..9c2fe5b2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.4.1], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no)