From fd00054b1c8f06dd80b4d26762141902449c5fc7 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 17 Dec 2010 17:10:49 +0100 Subject: [PATCH] new codename, reset version to git --- Makefile.in | 2 +- NEWS | 4 ++++ configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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) -- 2.39.2