From: Andre Noll Date: Fri, 6 Aug 2010 12:13:56 +0000 (+0200) Subject: new codename, reset version to git X-Git-Tag: v0.4.5~40 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9005b5a064873fc1ec2af9fb76c61aa7cd60db9b;ds=sidebyside new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 1a0c1fa3..994aadd5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,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 := persistent regularity +codename := symmetric randomization DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls diff --git a/NEWS b/NEWS index 477d149f..4669b78e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +------------------------------------------------- +0.4.5 (to be announced) "symmetric randomization" +------------------------------------------------- + ------------------------------------------ 0.4.4 (2010-08-06) "persistent regularity" ------------------------------------------ diff --git a/configure.ac b/configure.ac index 62bd524d..a7bd3e1a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.4.4], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no)