Bug 11973: DBRev 3.15.00.026
authorGalen Charlton <gmc@esilibrary.com>
Sat, 22 Mar 2014 12:57:30 +0000 (12:57 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 22 Mar 2014 12:57:30 +0000 (12:57 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

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