From: Andre Noll Date: Fri, 17 Dec 2010 16:10:49 +0000 (+0100) Subject: new codename, reset version to git X-Git-Tag: v0.4.6~56^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=fd00054b1c8f06dd80b4d26762141902449c5fc7 new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 994aadd5..3fbbce21 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 := symmetric randomization +codename := deterministic entropy DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls diff --git a/NEWS b/NEWS index 36e9a4df..adcc23eb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +----------------------------------------------- +0.4.6 (to be announced) "deterministic entropy" +----------------------------------------------- + -------------------------------------------- 0.4.5 (2010-12-17) "symmetric randomization" -------------------------------------------- diff --git a/configure.ac b/configure.ac index 2f2830fc..f47a56df 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.4.5], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no)