update version number for 2.4.2 osrf_rel_2_4_2
authorGalen Charlton <gmc@equinoxinitiative.org>
Thu, 16 Feb 2017 20:34:49 +0000 (15:34 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 16 Feb 2017 20:34:49 +0000 (15:34 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

src/perl/lib/OpenSRF.pm
src/python/setup.py
version.m4

index 564eb31..09f6110 100644 (file)
@@ -16,7 +16,7 @@ Version 2.4.1
 
 =cut
 
-our $VERSION = "2.41";
+our $VERSION = "2.42";
 
 =head1 METHODS
 
index 66ce353..cce63c8 100644 (file)
@@ -3,7 +3,7 @@
 from setuptools import setup
 
 setup(name='OpenSRF',
-    version='2.4.1',
+    version='2.4.2',
     install_requires=[
         'dnspython', # required by pyxmpp
        'python-memcached',
index 0a4e64a..273ddd3 100644 (file)
@@ -1 +1 @@
-m4_define([VERSION_NUMBER],[2.4.1]) 
+m4_define([VERSION_NUMBER],[2.4.2])