Increment version for 16.05.18 release
authorMason James <mtj@kohaaloha.com>
Tue, 24 Oct 2017 07:09:12 +0000 (20:09 +1300)
committerMason James <mtj@kohaaloha.com>
Tue, 24 Oct 2017 08:11:18 +0000 (21:11 +1300)
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index e9c5bb1..5e99726 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.05.17.000";
+$VERSION = "16.05.18.000";
 
 sub version {
     return $VERSION;
index 317a1d3..b44e610 100755 (executable)
@@ -13024,6 +13024,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
+$DBversion = "16.05.18.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (Koha 16.05.18)\n";
+    SetVersion($DBversion);
+}
+
 # DEVELOPER PROCESS, search for anything to execute in the db_update directory
 # SEE bug sss
 # if there is anything in the atomicupdate, read and execute it.