Bug 12298: DBRev 3.17.00.060
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 25 Nov 2014 20:28:47 +0000 (17:28 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 25 Nov 2014 20:28:47 +0000 (17:28 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index 5442e0f..393a3a1 100755 (executable)
@@ -9543,7 +9543,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.060";
 if ( CheckVersion($DBversion) ) {
     my $count_l = $dbh->selectcol_arrayref(q|
         SELECT COUNT(*) FROM letter WHERE message_transport_type='feed'
index 1bbb6b5..ab2726a 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.059';
+    our $VERSION = '3.17.00.060';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install