Bumping database version
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 4 Aug 2011 08:57:56 +0000 (20:57 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 4 Aug 2011 08:57:56 +0000 (20:57 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index fb2bfd1..720bd8c 100755 (executable)
@@ -4391,7 +4391,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion($DBversion);
 }
 
-$DBversion = "3.05.00.XXX";
+$DBversion = "3.05.00.008";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     $dbh->do("ALTER TABLE `cities` ADD `city_state` VARCHAR( 100 ) NULL DEFAULT NULL AFTER  `city_name`;");
     $dbh->do("ALTER TABLE `cities` ADD `city_country` VARCHAR( 100 ) NULL DEFAULT NULL AFTER  `city_zipcode`;");
index 580fde2..8f9c3f8 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.05.00.007';
+    our $VERSION = '3.05.00.008';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install