From 48da4f95f0355137bbe6e57eea82aec703ad2290 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Wed, 1 Jun 2011 16:35:09 +0200
Subject: [PATCH] new codename, reset version to git

---
 Makefile.in  | 2 +-
 NEWS         | 4 ++++
 configure.ac | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 75414df4..7e6287e0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -15,7 +15,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 := infinite rollback
+codename := nested assignment
 
 GIT_VERSION := $(shell ./GIT-VERSION-GEN git-version.h)
 
diff --git a/NEWS b/NEWS
index 70bb0e4d..da1398db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+-------------------------------------------
+0.4.8 (to be announced) "nested assignment"
+-------------------------------------------
+
 --------------------------------------
 0.4.7 (2011-06-01) "infinite rollback"
 --------------------------------------
diff --git a/configure.ac b/configure.ac
index 245924fe..89042812 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 AC_PREREQ(2.60)
 
 
-AC_INIT(paraslash, [0.4.7], maan@systemlinux.org)
+AC_INIT(paraslash, [git], maan@systemlinux.org)
 AC_CONFIG_HEADER([config.h])
 
 AC_PATH_PROG(UNAMEPATH, uname, no)
-- 
2.39.5