conduit r1500 - in trunk: . conduit
- From: jstowers svn gnome org
- To: svn-commits-list gnome org
- Subject: conduit r1500 - in trunk: . conduit
- Date: Tue, 3 Jun 2008 22:25:46 +0000 (UTC)
Author: jstowers
Date: Tue Jun 3 22:25:46 2008
New Revision: 1500
URL: http://svn.gnome.org/viewvc/conduit?rev=1500&view=rev
Log:
2008-06-04 John Stowers <john stowers gmail com>
* NEWS:
* conduit/__init__.py:
* configure.ac: Version bump to 0.3.12. Cross fingers this time.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/conduit/__init__.py
trunk/configure.ac
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Tue Jun 3 22:25:46 2008
@@ -1,3 +1,7 @@
+NEW in 0.3.12:
+==============
+* Magic
+
NEW in 0.3.11.2:
==============
* Brown paper bag release
Modified: trunk/conduit/__init__.py
==============================================================================
--- trunk/conduit/__init__.py (original)
+++ trunk/conduit/__init__.py Tue Jun 3 22:25:46 2008
@@ -47,7 +47,7 @@
if not PYTHONDIR in sys.path:
sys.path.insert(0, PYTHONDIR)
else:
- VERSION = "0.3.11.2"
+ VERSION = "0.3.12"
LOCALE_DIR = os.path.join(DIRECTORY, "po")
SHARED_DATA_DIR = os.path.join(DIRECTORY, "data")
GLADE_FILE = os.path.join(DIRECTORY, "data","conduit.glade")
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Jun 3 22:25:46 2008
@@ -1,4 +1,4 @@
-AC_INIT([conduit], [0.3.11.2],[john stowers gmail com],[conduit])
+AC_INIT([conduit], [0.3.12],[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]