From d18892cda3a00286a2183e7b7c1723849489b626 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 30 Mar 2012 16:18:14 +0200 Subject: [PATCH 1/1] 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 bfc6e2cb..5760cad4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,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 := heterogeneous vacuum +codename := mutual diversity GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h) diff --git a/NEWS b/NEWS index 3c5a7871..4863abe4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +------------------------------------------- +0.4.11 (to be announced "mutual diversity") +------------------------------------------- + ------------------------------------------ 0.4.10 (2012-03-30) "heterogeneous vacuum" ------------------------------------------ diff --git a/configure.ac b/configure.ac index c4a74085..a57d8d72 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.4.10], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no) -- 2.39.2