From: Andre Date: Sat, 11 Mar 2006 15:29:29 +0000 (+0100) Subject: new codename, reset version to git X-Git-Tag: v0.2.12~162 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=63afe815dbecded66415b041a98c5bc1b060dc95;ds=sidebyside new codename, reset version to git --- diff --git a/Makefile.in b/Makefile.in index 9ce793a4..6d3d3981 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,9 +21,9 @@ build_date = $(shell date) system = $(shell uname -rs) cc_version = $(shell $(CC) --version | head -n 1) version = @PACKAGE_VERSION@ -codename = atomic duality +codename = oriented abstraction -# DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W +DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W # produces lots of warnings on older debian systems with gcc-2.95.4 # DEBUG_CPPFLAGS += -Wredundant-decls diff --git a/NEWS b/NEWS index 6ff4df81..4ac066d6 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ NEWS ==== +0.?.? (to be announced) "oriented abstraction" +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 0.2.11 (2006-03-11) "atomic duality" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/configure.ac b/configure.ac index d22818a5..06cbe7ac 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.53) -AC_INIT(paraslash, [0.2.11], maan@systemlinux.org) +AC_INIT(paraslash, [git], maan@systemlinux.org) AC_CONFIG_HEADER([config.h]) ########################################################################### generic