From: Andre Noll Date: Fri, 23 Apr 2010 11:09:44 +0000 (+0200) Subject: new codename, reset version to git X-Git-Tag: v0.4.3~36 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=2b46607651851bdf22fe989796fda95cf7b11d1a new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index cbca97a0..34992de8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,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 := associative expansion +codename := imaginary radiation DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls diff --git a/NEWS b/NEWS index ed1920d2..36bc0af0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ NEWS ==== +--------------------------------------------- +0.4.3 (to be announced) "imaginary radiation" +--------------------------------------------- + ------------------------------------------ 0.4.2 (2010-04-23) "associative expansion" ------------------------------------------ diff --git a/configure.ac b/configure.ac index aa831616..80eaf095 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.4.2], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no)