From: Andre Noll Date: Fri, 20 Jul 2012 08:46:02 +0000 (+0200) Subject: new codename, reset version to git X-Git-Tag: v0.4.12~51 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=c530dfd35605a3a398df1e204692bafa4541bb04 new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 868cfeac..1d3d2e01 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 := mutual diversity +codename := volatile relativity GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h) diff --git a/NEWS b/NEWS index ab2fa137..e7bdad6f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--------------------------------------------- +0.?.? (to be announced) "volatile relativity" +--------------------------------------------- + -------------------------------------- 0.4.11 (2012-07-20) "mutual diversity" -------------------------------------- diff --git a/configure.ac b/configure.ac index 54912054..8acbf9e9 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.4.11], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no)