Increment version for 16.05.19 release
authorMason James <mtj@kohaaloha.com>
Wed, 22 Nov 2017 13:13:56 +0000 (02:13 +1300)
committerMason James <mtj@kohaaloha.com>
Wed, 22 Nov 2017 14:00:27 +0000 (03:00 +1300)
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index 5e99726..03a8f75 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.18.000";
+$VERSION = "16.05.19.000";
 
 sub version {
     return $VERSION;
index 3a5985e..0d3d533 100755 (executable)
@@ -13049,6 +13049,12 @@ _types| );
 uth type codes)\n";
 }
 
+$DBversion = "16.05.19.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (Koha 16.05.19)\n";
+    SetVersion($DBversion);
+}
+
 
 # DEVELOPER PROCESS, search for anything to execute in the db_update directory
 # SEE bug sss