From: Andre Noll Date: Fri, 19 Aug 2011 09:29:38 +0000 (+0200) Subject: new codename, reset version to git X-Git-Tag: v0.4.9~36 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=24a440e8252bc856675f263a3bf48019f6e714d0 new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 660c381b..68aa6bc9 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 := nested assignment +codename := hybrid causality GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h) diff --git a/NEWS b/NEWS index 92a18a70..50f9b699 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +------------------------------------------ +0.4.9 (to be announced) "hybrid causality" +------------------------------------------ + -------------------------------------- 0.4.8 (2011-08-19) "nested assignment" -------------------------------------- diff --git a/configure.ac b/configure.ac index 13e7bbe5..6415668b 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.4.8], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no)