Bug 10749: DBRev 3.17.00.059
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 25 Nov 2014 18:31:20 +0000 (15:31 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 25 Nov 2014 18:31:20 +0000 (15:31 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

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

index bd97f6a..03801e0 100755 (executable)
@@ -9534,7 +9534,7 @@ if( CheckVersion($DBversion) ){
     SetVersion($DBversion);
 }
 
-$DBversion = "3.17.00.XXX";
+$DBversion = "3.17.00.059";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{
         UPDATE permissions SET description = "Add and delete budgets (but can't modifiy budgets)" WHERE description = "Add and delete budgets (but cant modify budgets)";
index 8ad7afc..1bbb6b5 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.17.00.058';
+    our $VERSION = '3.17.00.059';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install