From: Andre Noll Date: Thu, 20 Dec 2012 12:42:19 +0000 (+0100) Subject: new codename, reset version to git X-Git-Tag: v0.4.13~59 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=b660aece99e6fbb49b21530ecfa2e30403e86689;hp=9e362f0707bedad9916bd561eaa41dea366398e4;ds=sidebyside new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 4d1c2323..d577ce29 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 := volatile relativity +codename := spectral gravity GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h) diff --git a/NEWS b/NEWS index c57897f0..f323df1d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +------------------------------------------ +0.?.? (to be announced) "spectral gravity" +------------------------------------------ + ----------------------------------------- 0.4.12 (2012-12-20) "volatile relativity" ----------------------------------------- diff --git a/configure.ac b/configure.ac index 474532d0..b9875747 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ([2.61]) -AC_INIT([paraslash],[0.4.12],[maan@systemlinux.org]) +AC_INIT([paraslash],[git],[maan@systemlinux.org]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_FILES([Makefile])