From: Andre Noll Date: Thu, 31 Mar 2011 11:32:01 +0000 (+0200) Subject: new codename, reset version to git X-Git-Tag: v0.4.7~23 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=8e2a114d7d832d0093bd7e5eaeda9f9fc1e3bd4e new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 771bc107..7e21745a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,7 +15,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 := deterministic entropy +codename := infinite rollback DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls diff --git a/NEWS b/NEWS index d58f6a25..81fae385 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +------------------------------------------- +0.4.7 (to be announced) "infinite rollback" +------------------------------------------- + ------------------------------------------ 0.4.6 (2011-03-31) "deterministic entropy" ------------------------------------------ diff --git a/configure.ac b/configure.ac index 80d39e79..e8b2118c 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.4.6], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no)