[Opensrf-commits] r2022 - branches/rel_1_6/src/perl/lib (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Sep 9 12:54:42 EDT 2010
Author: dbs
Date: 2010-09-09 12:54:38 -0400 (Thu, 09 Sep 2010)
New Revision: 2022
Modified:
branches/rel_1_6/src/perl/lib/OpenSRF.pm
Log:
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.
Modified: branches/rel_1_6/src/perl/lib/OpenSRF.pm
===================================================================
--- branches/rel_1_6/src/perl/lib/OpenSRF.pm 2010-09-05 02:31:35 UTC (rev 2021)
+++ branches/rel_1_6/src/perl/lib/OpenSRF.pm 2010-09-09 16:54:38 UTC (rev 2022)
@@ -14,11 +14,11 @@
=head1 VERSION
-Version 1.4.0
+Version 1.6.0
=cut
-our $VERSION = 1.4.0;
+our $VERSION = 1.6.0;
=head1 METHODS
More information about the opensrf-commits
mailing list