[Opensrf-commits] r2129 - in tags/rel_1_6_2: . src/perl/lib (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Dec 16 16:01:43 EST 2010


Author: dbs
Date: 2010-12-16 16:01:38 -0500 (Thu, 16 Dec 2010)
New Revision: 2129

Modified:
   tags/rel_1_6_2/README
   tags/rel_1_6_2/src/perl/lib/OpenSRF.pm
Log:
Bump version to 1.6.2


Modified: tags/rel_1_6_2/README
===================================================================
--- tags/rel_1_6_2/README	2010-12-16 20:18:28 UTC (rev 2128)
+++ tags/rel_1_6_2/README	2010-12-16 21:01:38 UTC (rev 2129)
@@ -1,4 +1,4 @@
-README for OpenSRF 1.6
+README for OpenSRF 1.6.2
 
 Installing prerequisites:
 ========================
@@ -235,7 +235,6 @@
 on Ubuntu you can issue the following commands as root:
 
 # aptitude install dnsmasq
-# echo "webserver=/localhost/127.0.0.1/" >> /etc/dnsmasq.conf
 # /etc/init.d/dnsmasq restart
 
 Then edit /etc/resolv.conf and ensure that "nameserver 127.0.0.1" is the first

Modified: tags/rel_1_6_2/src/perl/lib/OpenSRF.pm
===================================================================
--- tags/rel_1_6_2/src/perl/lib/OpenSRF.pm	2010-12-16 20:18:28 UTC (rev 2128)
+++ tags/rel_1_6_2/src/perl/lib/OpenSRF.pm	2010-12-16 21:01:38 UTC (rev 2129)
@@ -14,11 +14,11 @@
 
 =head1 VERSION
 
-Version 1.6.0
+Version 1.6.2
 
 =cut
 
-our $VERSION = "1.6.0";
+our $VERSION = "1.6.2";
 
 =head1 METHODS
 



More information about the opensrf-commits mailing list