From 7bb2682e3d5df221d113986096fd8577da0493bc Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 11 Apr 2008 19:14:10 +0200 Subject: [PATCH 1/1] 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 9dd68c24..506b2af0 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 := probabilistic parity +codename := axiomatic perspectivity DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls diff --git a/NEWS b/NEWS index fc7d7523..82753cbb 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS ==== +------------------------------------------------- +0.3.3 (to be announced) "axiomatic perspectivity" +------------------------------------------------- + ----------------------------------------- 0.3.2 (2008-04-11) "probabilistic parity" ----------------------------------------- diff --git a/configure.ac b/configure.ac index 2e84c3b1..a974ddb8 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.3.2], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no) -- 2.39.2