From afc645bcc8ea2ce6fe9a531ff5ee8ad3da4b5094 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 22 Dec 2009 14:00:54 +0100 Subject: [PATCH] new codename, reset version to git --- Makefile.in | 2 +- NEWS | 6 +++++- configure.ac | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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) -- 2.39.2