From 2afbddc5a0fab749c0caa2fd73c4839c435c0efa Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 9 Sep 2010 16:54:38 +0000 Subject: [PATCH] When people check out rel_1_6, they're surprised if the version on the Perl module is 1.4.0 In practice, this doesn't matter for releases as we manually stamp those when the release is tagged. But reducing any amount of concern about it is worthwhile if we can concentrate on bigger issues. Perhaps there's a better way of indicating 1.6.x rather than bumping branches/rel_1_6 and tags/rel_1_6_1 every time there's a release. git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_6@2022 9efc2488-bf62-4759-914b-345cdb29e865 --- src/perl/lib/OpenSRF.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/perl/lib/OpenSRF.pm b/src/perl/lib/OpenSRF.pm index 67ab1c2..b6dc463 100644 --- a/src/perl/lib/OpenSRF.pm +++ b/src/perl/lib/OpenSRF.pm @@ -14,11 +14,11 @@ OpenSRF - Top level class for OpenSRF perl modules. =head1 VERSION -Version 1.4.0 +Version 1.6.0 =cut -our $VERSION = 1.4.0; +our $VERSION = 1.6.0; =head1 METHODS -- 2.11.0