bug 4312: DBrev = 140
authorGalen Charlton <gmcharlt@gmail.com>
Fri, 25 Jun 2010 00:55:49 +0000 (20:55 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 25 Jun 2010 00:55:49 +0000 (20:55 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 78f5622..bd0af51 100755 (executable)
@@ -3655,7 +3655,7 @@ if (C4::Context->preference('Version') < TransformToNum($DBversion)){
     SetVersion ($DBversion);
 }
 
-$DBversion = 'XXX';
+$DBversion = '3.01.00.140';
 if (C4::Context->preference('Version') < TransformToNum($DBversion)){
     $dbh->do("UPDATE systempreferences SET value = '0' WHERE variable = 'TagsModeration' AND value is NULL");
     print "Upgrade to $DBversion done (bug 4312 TagsModeration changed from NULL to 0)\n";
index c44d78b..3e138b7 100644 (file)
@@ -11,7 +11,7 @@ use strict;
 
 sub kohaversion {
 
-    our $VERSION = '3.01.00.139';
+    our $VERSION = '3.01.00.140';
 
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL