From 20726cb71dc77ecfd181610aca449c2cb69f1d53 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 16 Feb 2017 15:34:49 -0500 Subject: [PATCH] update version number for 2.4.2 Signed-off-by: Galen Charlton --- src/perl/lib/OpenSRF.pm | 2 +- src/python/setup.py | 2 +- version.m4 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm index 564eb31..09f6110 100644 --- a/src/perl/lib/OpenSRF.pm +++ b/src/perl/lib/OpenSRF.pm @@ -16,7 +16,7 @@ Version 2.4.1 =cut -our $VERSION = "2.41"; +our $VERSION = "2.42"; =head1 METHODS diff --git a/src/python/setup.py b/src/python/setup.py index 66ce353..cce63c8 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -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', diff --git a/version.m4 b/version.m4 index 0a4e64a..273ddd3 100644 --- a/version.m4 +++ b/version.m4 @@ -1 +1 @@ -m4_define([VERSION_NUMBER],[2.4.1]) +m4_define([VERSION_NUMBER],[2.4.2]) -- 1.7.2.5