[open-ils-commits] r13902 - in tags/rel_1_6_0_0: . Open-ILS/src/perlmods/OpenILS (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Aug 20 11:40:07 EDT 2009
Author: miker
Date: 2009-08-20 11:40:04 -0400 (Thu, 20 Aug 2009)
New Revision: 13902
Modified:
tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application.pm
tags/rel_1_6_0_0/README
Log:
updating version number
Modified: tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application.pm
===================================================================
--- tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application.pm 2009-08-20 15:37:26 UTC (rev 13901)
+++ tags/rel_1_6_0_0/Open-ILS/src/perlmods/OpenILS/Application.pm 2009-08-20 15:40:04 UTC (rev 13902)
@@ -5,7 +5,7 @@
sub ils_version {
# version format is "x-y-z-p", for example "1-2-1-0" for Evergreen 1.2.1.0
- return "1-5";
+ return "1-6-0-0";
}
__PACKAGE__->register_method(
Modified: tags/rel_1_6_0_0/README
===================================================================
--- tags/rel_1_6_0_0/README 2009-08-20 15:37:26 UTC (rev 13901)
+++ tags/rel_1_6_0_0/README 2009-08-20 15:40:04 UTC (rev 13902)
@@ -1,4 +1,4 @@
-README for Evergreen 1.6
+README for Evergreen 1.6.0.0
Installing prerequisites:
========================
More information about the open-ils-commits
mailing list