From: Andre Noll Date: Sat, 12 Jan 2008 22:23:18 +0000 (+0100) Subject: new codename, reset version to git X-Git-Tag: v0.3.1~96 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=de0de594e7a11f636d31e5a99be700fa1bcb1483;hp=011fb48cf0efcea3bac5f6b3273f3b4d96fad89b new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 5203da87..338d1039 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 := solar saturation +codename := liquid interaction DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls diff --git a/NEWS b/NEWS index 2d105dd8..30d594ae 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ NEWS ==== +-------------------------------------------- +0.3.1 (to be announced) "liquid interaction" +-------------------------------------------- + + ------------------------------------- 0.3.0 (2008-01-12) "solar saturation" ------------------------------------- diff --git a/configure.ac b/configure.ac index 5e5895b4..6c555538 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.60) -AC_INIT(paraslash, [0.3.0], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) AC_PATH_PROG(UNAMEPATH, uname, no)