Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 1 Feb 2011 06:43:21 +0000 (19:43 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 1 Feb 2011 06:43:21 +0000 (19:43 +1300)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 3f68b9f..4618636 100755 (executable)
@@ -3980,7 +3980,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 };
 
-$DBversion = '3.03.00.00X';
+$DBversion = '3.03.00.017';
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE  `currency` CHANGE `rate` `rate` FLOAT( 15, 5 ) NULL DEFAULT NULL;");
     print "Upgrade to $DBversion done (Enable currency rates >= 100)\n";
index 3ece202..e15f01b 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.0X.XX.XXX';
+    our $VERSION = '3.03.00.017';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install