Bug 11973 - DBRev 3.12.12.001
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 13 Jun 2014 13:11:10 +0000 (09:11 -0400)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 13 Jun 2014 13:11:31 +0000 (09:11 -0400)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index e6dcc88..4bd007f 100755 (executable)
@@ -6993,7 +6993,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.12.12.001";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         UPDATE language_descriptions SET description = 'Հայերեն' WHERE subtag = 'hy' AND lang = 'hy';
index e90e74f..3309f85 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.12.12.000';
+    our $VERSION = '3.12.12.001';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install