Bumping version number for 16.11.15 release
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 3 Jan 2018 18:53:38 +0000 (07:53 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 3 Jan 2018 18:53:38 +0000 (07:53 +1300)
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index 9a8585c..55ee805 100644 (file)
--- a/Koha.pm
+++ b/Koha.pm
@@ -29,7 +29,7 @@ use vars qw{ $VERSION };
 # - #4 : the developer version. The 4th number is the database subversion.
 #        used by developers when the database changes. updatedatabase take care of the changes itself
 #        and is automatically called by Auth.pm when needed.
-$VERSION = "16.11.14.000";
+$VERSION = "16.11.15.000";
 
 sub version {
     return $VERSION;
index 0d5e0d8..7c7cb7a 100755 (executable)
@@ -13912,6 +13912,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
+$DBversion = "16.11.15.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (Koha 16.11.14)\n";
+    SetVersion($DBversion);
+}
+
 
 # DEVELOPER PROCESS, search for anything to execute in the db_update directory
 # SEE bug 13068