[mousetrap] Bump to 3.17.4-pre



commit c184167da0b6f03d75e9ba197ce80aa15bc72ad5
Author: Stoney Jackson <dr stoney gmail com>
Date:   Tue Jun 23 09:56:44 2015 -0400

    Bump to 3.17.4-pre

 NEWS                      |    9 ++++++---
 README.md                 |    2 +-
 configure.ac              |    4 ++--
 src/mousetrap/__init__.py |    2 +-
 4 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index cefb1b9..644d57e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,17 +1,20 @@
+3.17.4-pre
+==========
+
 3.17.3
-=======
+======
 * Improve build configuration guessing.
 * Use correct python version for `make check` and `make coverage`.
 * Shutdown cleanly on SIGINT and SIGTERM.
 
 
 3.17.2
-=======
+======
 * HACKING.md: update version number descriptions
 
 
 3.17.1
-=======
+======
 * Supports Python3 with OpenCV3 and Python2 with OpenCV2
 * Makefiles now backed by setup.py
 * Introduces unit-testing through Python's unittest module
diff --git a/README.md b/README.md
index 1ed3dfe..3405438 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # MouseTrap
 
-* Version: 3.17.3
+* Version: 3.17.4-pre
 * License: GPL v2.0 (see LICENSE)
 
 
diff --git a/configure.ac b/configure.ac
index 65b6c26..3e62093 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
 AC_PREREQ([2.50])
 
-AC_INIT([mousetrap],[3.17.3],[https://bugzilla.gnome.org/enter_bug.cgi?product=mousetrap])
+AC_INIT([mousetrap],[3.17.4-pre],[https://bugzilla.gnome.org/enter_bug.cgi?product=mousetrap])
 AM_INIT_AUTOMAKE([1.11.3 foreign])
 
-MOUSETRAP_VERSION=3.17.3
+MOUSETRAP_VERSION=3.17.4-pre
 AC_SUBST(MOUSETRAP_VERSION)
 
 CURRENT_DIR=$PWD
diff --git a/src/mousetrap/__init__.py b/src/mousetrap/__init__.py
index 1b57524..8150851 100644
--- a/src/mousetrap/__init__.py
+++ b/src/mousetrap/__init__.py
@@ -4,5 +4,5 @@ from __future__ import absolute_import
 from __future__ import division
 
 
-__version__ = "3.17.3"
+__version__ = "3.17.4a"
 VERSION = __version__.split(".")


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