Bug 2046: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 27 Apr 2013 12:11:39 +0000 (08:11 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 27 Apr 2013 12:11:39 +0000 (08:11 -0400)
Database update for bug 2046 has been given version 3.11.00.203

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 18703d2..9e5861e 100755 (executable)
@@ -6771,7 +6771,7 @@ if ( CheckVersion($DBversion) ) {
    SetVersion ($DBversion);
 }
 
-$DBversion = "XXX";
+$DBversion = "3.11.00.203";
 if ( CheckVersion($DBversion) ) {
     $dbh->do(q{ALTER TABLE suggestions CHANGE COLUMN title title VARCHAR(255) DEFAULT NULL;});
     print "Upgrade to $DBversion done (Bug 2046 - increasing title column length for suggestions)\n";
index 9d1e623..0202d9d 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.202';
+    our $VERSION = '3.11.00.203';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install