From 9005b5a064873fc1ec2af9fb76c61aa7cd60db9b Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 6 Aug 2010 14:13:56 +0200 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 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) -- 2.39.2