conduit r1328 - in trunk: . conduit scripts



Author: jstowers
Date: Mon Feb 18 10:36:27 2008
New Revision: 1328
URL: http://svn.gnome.org/viewvc/conduit?rev=1328&view=rev

Log:
2008-02-18  John Stowers  <john stowers gmail com>

	* NEWS:
	* conduit/__init__.py:
	* configure.ac:
	* scripts/release.sh: Version bump 0.3.9



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/conduit/__init__.py
   trunk/configure.ac
   trunk/scripts/release.sh

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Feb 18 10:36:27 2008
@@ -1,3 +1,6 @@
+NEW in 0.3.9:
+==============
+
 NEW in 0.3.8:
 ==============
 * New icons (mejogid)

Modified: trunk/conduit/__init__.py
==============================================================================
--- trunk/conduit/__init__.py	(original)
+++ trunk/conduit/__init__.py	Mon Feb 18 10:36:27 2008
@@ -43,7 +43,7 @@
         sys.path.insert(0, PYTHONDIR)
 else:
     APPNAME =                   "Conduit"
-    APPVERSION =                "0.3.8"
+    APPVERSION =                "0.3.9"
     LOCALE_DIR =                os.path.join(_dirname, "po")
     SHARED_DATA_DIR =           os.path.join(_dirname, "data")
     GLADE_FILE =                os.path.join(_dirname, "data","conduit.glade")

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Feb 18 10:36:27 2008
@@ -1,4 +1,4 @@
-AC_INIT([conduit], [0.3.8],[john stowers gmail com],[conduit])
+AC_INIT([conduit], [0.3.9],[john stowers gmail com],[conduit])
 AM_INIT_AUTOMAKE([1.9])
 AC_CONFIG_SRCDIR(conduit/__init__.py)
 AC_CONFIG_MACRO_DIR([m4])

Modified: trunk/scripts/release.sh
==============================================================================
--- trunk/scripts/release.sh	(original)
+++ trunk/scripts/release.sh	Mon Feb 18 10:36:27 2008
@@ -6,9 +6,9 @@
 fi
 
 ./scripts/maintainer.py \
-    --revision=0.3.7 \
+    --revision=0.3.8 \
     --package-name=Conduit \
-    --package-version=0.3.8 \
+    --package-version=0.3.9 \
     --package-module=conduit \
     --release-note-template=scripts/release-template.txt \
     $*



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