From 7420c57d8c93bacae510110b7956a0dd90abc86c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 23 Feb 2008 20:27:46 +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 338d1039..7ee2132b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,7 +12,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 := liquid interaction +codename := probabilistic parity DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls diff --git a/NEWS b/NEWS index 117ce0c7..668d8dab 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS ==== +---------------------------------------------- +0.3.2 (to be announced) "probabilistic parity" +---------------------------------------------- + --------------------------------------- 0.3.1 (2008-02-23) "liquid interaction" --------------------------------------- diff --git a/configure.ac b/configure.ac index 28c1b46e..ff27cb41 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.3.1], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no) -- 2.39.2