Bug 8733: Increment version number
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 4 Feb 2013 13:01:34 +0000 (08:01 -0500)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 4 Feb 2013 13:01:34 +0000 (08:01 -0500)
Database update for bug 8733 has been given version 3.11.00.017

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

index c8c9eee..ed922b8 100755 (executable)
@@ -6390,7 +6390,7 @@ if ( CheckVersion($DBversion) ) {
    SetVersion ($DBversion);
 }
 
-$DBversion ="3.11.00.XXX";
+$DBversion ="3.11.00.017";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('IDreamBooksReviews','0','Display book review snippets from IDreamBooks.com','','YesNo');");
     $dbh->do("INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('IDreamBooksReadometer','0','Display Readometer from IDreamBooks.com','','YesNo');");
index e8d4a0c..5d2c011 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.11.00.016';
+    our $VERSION = '3.11.00.017';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install