From: Andre Noll Date: Tue, 6 Dec 2011 16:37:35 +0000 (+0100) Subject: new codename, reset version to git X-Git-Tag: v0.4.10~28 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=2da7e7a4d85dd0c9d2b846b15aa6da67b54bb627 new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index cf9598f7..c1488dd1 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 := hybrid causality +codename := heterogeneous vacuum GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h) diff --git a/NEWS b/NEWS index 7215fb76..16e8e4e8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +----------------------------------------------- +0.4.10 (to be announced) "heterogeneous vacuum" +----------------------------------------------- + ------------------------------------- 0.4.9 (2011-12-06) "hybrid causality" ------------------------------------- diff --git a/configure.ac b/configure.ac index cdb95d49..89242d96 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.4.9], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no)