From d29fa64af5137ed4bb556b7a0f81897eac731b69 Mon Sep 17 00:00:00 2001
From: Andre Noll <maan@systemlinux.org>
Date: Mon, 29 Jul 2013 15:08:32 +0200
Subject: [PATCH] new codename, reset version to git

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

diff --git a/NEWS b/NEWS
index 25259f57..4127e38b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+---------------------------------------------
+0.?.? (to be announced) "invertible validity"
+---------------------------------------------
+
 --------------------------------------
 0.4.13 (2013-07-29) "spectral gravity"
 --------------------------------------
@@ -17,7 +21,7 @@ and fixes all over the place.
 	  on shutdown.
 	- Improved manual pages.
 	- Consistent version strings for all executables.
-	- Reduced depencies on generated files result in fewer
+	- Reduced dependencies on generated files result in fewer
 	  recompilations on changes.
 	- Performance improvements for the compress filter.
 	- Improved downloads web page.
diff --git a/configure.ac b/configure.ac
index 63214c62..b3332c67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 AC_PREREQ([2.61])
 
 
-AC_INIT([paraslash],[0.4.13],[maan@systemlinux.org])
+AC_INIT([paraslash],[git],[maan@systemlinux.org])
 AC_CONFIG_HEADER([config.h])
 
 AC_CONFIG_FILES([Makefile])
-- 
2.39.5