From de0de594e7a11f636d31e5a99be700fa1bcb1483 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 12 Jan 2008 23:23:18 +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 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) -- 2.30.2