Increment version for 16.11.14 release
authorKatrin Fischer <katrin.fischer.83@web.de>
Mon, 20 Nov 2017 21:40:23 +0000 (21:40 +0000)
committerKatrin Fischer <katrin.fischer.83@web.de>
Mon, 20 Nov 2017 21:40:23 +0000 (21:40 +0000)
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index d989aee..9a8585c 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.13.001";
+$VERSION = "16.11.14.000";
 
 sub version {
     return $VERSION;
index 6c2859d..0d5e0d8 100755 (executable)
@@ -13906,6 +13906,12 @@ if( CheckVersion( $DBversion ) ) {
     print "Upgrade to $DBversion done (Bug 18801 - Update incorrect Default auth type codes)\n";
 }
 
+$DBversion = "16.11.14.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