From 50a791c2e535f3fa3712ab3e3038aea3d3284027 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 10 Nov 2009 18:22:58 +0100 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 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) -- 2.30.2