Bumping version number to 3.20.14
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 22 Aug 2016 22:53:48 +0000 (10:53 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 22 Aug 2016 22:53:48 +0000 (10:53 +1200)
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index d53edcb..5533902 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 = "3.20.13.000";
+$VERSION = "3.20.14.000";
 
 sub version {
     return $VERSION;
index 085a948..1711823 100755 (executable)
@@ -10802,6 +10802,11 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
+$DBversion = "3.20.14.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (Koha 3.20.13)\n";
+    SetVersion($DBversion);
+}
 
 # DEVELOPER PROCESS, search for anything to execute in the db_update directory
 # SEE bug 13068