From: Andre Noll Date: Mon, 1 Dec 2008 12:59:00 +0000 (+0100) Subject: new codename, reset version to git X-Git-Tag: v0.3.4~91^2~2 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=f96fe402fb3c64171ef0646a5d32f099eb2d7a81;p=paraslash.git new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 5dd08d6d..2f903d0c 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 := axiomatic perspectivity +codename := elliptic inheritance DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls diff --git a/NEWS b/NEWS index eb2fab35..bfff0df1 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ NEWS ==== +---------------------------------------------- +0.3.4 (to be announced) "elliptic inheritance" +---------------------------------------------- + + -------------------------------------------- 0.3.3 (2008-12-01) "axiomatic perspectivity" -------------------------------------------- diff --git a/configure.ac b/configure.ac index 7fdf0b74..44924645 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.3.3], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no)