Bug 12403: DBRev 3.17.00.050
authorTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 7 Nov 2014 18:31:01 +0000 (15:31 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 7 Nov 2014 18:31:01 +0000 (15:31 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index 5f527dd..30d5b9c 100755 (executable)
@@ -9408,8 +9408,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-
-$DBversion = "3.15.00.XXX";
+$DBversion = "3.17.00.050";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q|
         INSERT INTO permissions (module_bit, code, description) VALUES
@@ -9419,10 +9418,6 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
-
-
-
-
 =head1 FUNCTIONS
 
 =head2 TableExists($table)
index 7bbb41a..bc9e264 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.049';
+    our $VERSION = '3.17.00.050';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install