Increment version for 3.22.12 release v3.22.12
authorJulian Maurice <julian.maurice@biblibre.com>
Mon, 24 Oct 2016 12:11:11 +0000 (14:11 +0200)
committerJulian Maurice <julian.maurice@biblibre.com>
Mon, 24 Oct 2016 12:11:40 +0000 (14:11 +0200)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>

Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index ba2575f..90ce988 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.22.11.003";
+$VERSION = "3.22.12.000";
 
 sub version {
     return $VERSION;
index e90bba5..4ae1d10 100755 (executable)
@@ -11820,6 +11820,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
+$DBversion = "3.22.12.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (Koha 3.22.12)\n";
+    SetVersion($DBversion);
+}
+
 
 # DEVELOPER PROCESS, search for anything to execute in the db_update directory
 # SEE bug 13068