Bug 12375 - DBrev 3.23.00.006
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 31 Dec 2015 12:33:20 +0000 (12:33 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Thu, 31 Dec 2015 12:33:20 +0000 (12:33 +0000)
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index aed2a8e..b747f73 100644 (file)
--- a/Koha.pm
+++ b/Koha.pm
@@ -29,7 +29,7 @@ use vars qw{ $VERSION };
 # - #4 : the developer version. The 4th number is the database subversion.
 #        used by developers when the database changes. updatedatabase take care of the changes itself
 #        and is automatically called by Auth.pm when needed.
-$VERSION = "3.23.00.005";
+$VERSION = "3.23.00.006";
 
 sub version {
     return $VERSION;
index 14e5add..7bea011 100755 (executable)
@@ -11449,7 +11449,7 @@ if ( CheckVersion($DBversion) ) {
     print "Upgrade to $DBversion done (Bug 11569 - Typo in userpermissions.sql)\n";
     SetVersion($DBversion);
 }
-$DBversion = "XXX";
+$DBversion = "3.23.00.006";
 if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) {
    $dbh->do("
        ALTER TABLE serial