From f96fe402fb3c64171ef0646a5d32f099eb2d7a81 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 1 Dec 2008 13:59:00 +0100 Subject: [PATCH] new codename, reset version to git --- Makefile.in | 2 +- NEWS | 5 +++++ configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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) -- 2.39.2