[conduit] post release version bump



commit 6a8a42508b9d2ff79fd1d92ca39482ee9af2e37b
Author: John Stowers <john stowers gmail com>
Date:   Thu Jan 21 19:39:59 2010 +0100

    post release version bump

 Makefile.am         |    2 +-
 NEWS                |    3 +++
 conduit/__init__.py |    2 +-
 configure.ac        |    2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index d98fca9..1cdb354 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,7 @@ distclean-local:
 ChangeLog:
 	@echo Creating $@
 	@if test -d "$(srcdir)/.git"; then \
-	  (GIT_DIR=$(top_srcdir)/.git ./missing --run git log 0.3.16.. --stat -M -C --name-status  --date=short --no-color) | fmt --split-only > $  tmp \
+	  (GIT_DIR=$(top_srcdir)/.git ./missing --run git log 0.3.17.. --stat -M -C --name-status  --date=short --no-color) | fmt --split-only > $  tmp \
 	  && mv -f $  tmp $@ \
 	  || ($(RM) $  tmp; \
 	      echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
diff --git a/NEWS b/NEWS
index ad4658f..aea5ff2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+NEW in 0.3.18:
+==============
+
 NEW in 0.3.17:
 ==============
  * Fix dbus and configuration, install eog and nautilus extensions by default
diff --git a/conduit/__init__.py b/conduit/__init__.py
index 58cc45e..a118bf7 100644
--- a/conduit/__init__.py
+++ b/conduit/__init__.py
@@ -45,7 +45,7 @@ if IS_INSTALLED:
     if not PYTHONDIR in sys.path:
         sys.path.insert(0, PYTHONDIR)
 else:
-    VERSION =                   "0.3.17"
+    VERSION =                   "0.3.18"
     LOCALE_DIR =                os.path.join(DIRECTORY, "po")
     SHARED_DATA_DIR =           os.path.join(DIRECTORY, "data")
     SHARED_MODULE_DIR =         os.path.join(DIRECTORY, "conduit", "modules")
diff --git a/configure.ac b/configure.ac
index 657482e..351841d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([conduit], [0.3.17],[john stowers gmail com],[conduit])
+AC_INIT([conduit], [0.3.18],[john stowers gmail com],[conduit])
 AM_INIT_AUTOMAKE([1.9])
 AC_CONFIG_SRCDIR(conduit/__init__.py)
 AC_CONFIG_MACRO_DIR([m4])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]