From: Andre Date: Fri, 12 May 2006 14:31:58 +0000 (+0200) Subject: new codename, reset version to git X-Git-Tag: v0.2.14~139^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=39f4ce8ef309f5ee3e800494a726cda1412916be;ds=sidebyside new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 09ccf503..8b78decb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,9 +20,9 @@ build_date = $(shell date) system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) version = @PACKAGE_VERSION@ -codename = oriented abstraction +codename = sonic convolution -#DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W +DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W DEBUG_CPPFLAGS += -Wredundant-decls diff --git a/NEWS b/NEWS index 63cca51e..4444f9e0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ NEWS ==== +0.?.? (to be announced) "sonic convolution" +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 0.2.12 (2006-05-12) "oriented abstraction" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Many user-visible changes in this release and lots of new diff --git a/configure.ac b/configure.ac index 134641eb..a28d4114 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.53) -AC_INIT(paraslash, [0.2.12], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) ########################################################################### generic