]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
new codename, reset version to git
authorAndre Noll <maan@systemlinux.org>
Fri, 19 Aug 2011 09:29:38 +0000 (11:29 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 19 Aug 2011 09:29:38 +0000 (11:29 +0200)
Makefile.in
NEWS
configure.ac

index 660c381b5815f10d7dc9cd95f28c7cdc955e2366..68aa6bc9eaef45d9c1bf27e654c047af5798cf23 100644 (file)
@@ -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 92a18a7030378d98dc48695d0b135738cd5146f8..50f9b6996c878e9e7762cddf25dbf2a9666bb277 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+------------------------------------------
+0.4.9 (to be announced) "hybrid causality"
+------------------------------------------
+
 --------------------------------------
 0.4.8 (2011-08-19) "nested assignment"
 --------------------------------------
index 13e7bbe5c7e467f4490fa199a1a472f684571a8c..6415668b50560d6ec89af8ec192544c1c3775735 100644 (file)
@@ -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)