From: Andre Noll Date: Fri, 11 Apr 2008 17:14:10 +0000 (+0200) Subject: new codename, reset version to git X-Git-Tag: v0.3.3~101 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7bb2682e3d5df221d113986096fd8577da0493bc;hp=a98d8715828261927da6705321a8b1a31d23c6d4;ds=sidebyside new codename, reset version to git --- 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)