From 8e2a114d7d832d0093bd7e5eaeda9f9fc1e3bd4e Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 31 Mar 2011 13:32:01 +0200 Subject: [PATCH] new codename, reset version to git --- Makefile.in | 2 +- NEWS | 4 ++++ configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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) -- 2.39.2