Bug 7345 DBrev numbering
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 13 Feb 2012 11:21:59 +0000 (12:21 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 13 Feb 2012 11:21:59 +0000 (12:21 +0100)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 7f850f8..2998751 100755 (executable)
@@ -4671,7 +4671,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.07.99.XXX"; #FIXME
+$DBversion = "3.07.00.013"; #FIXME
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('OpacExportOptions','bibtex|dc|marcxml|marc8|utf8|marcstd|mods|ris','Define available export options on OPAC detail page.','','free');");
     print "Upgrade to $DBversion done (Bug 7345: Add system preference OpacExportOptions.)\n";
index bb5dfe5..12baea4 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.07.00.012';
+    our $VERSION = '3.07.00.013';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install