From: Andre Noll Date: Mon, 5 Jul 2010 15:29:59 +0000 (+0200) Subject: new codename, reset version to git X-Git-Tag: v0.4.4~13 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=ca6c4e2908b578c17e621292dd204256697c2f8c new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 0614c83b..639464aa 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 := imaginary radiation +codename := persistent regularity DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls diff --git a/NEWS b/NEWS index 2b56453f..e1954b31 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +----------------------------------------------- +0.4.4 (to be announced) "persistent regularity" +----------------------------------------------- + ---------------------------------------- 0.4.3 (2010-07-05) "imaginary radiation" ---------------------------------------- diff --git a/configure.ac b/configure.ac index 474feb6d..d8f55ce2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.4.3], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no)