Updating the DBrev for a new dev track (unstable).
authorBrendan Gallagher <brendan@bywatersolutions.com>
Mon, 30 May 2016 10:02:31 +0000 (10:02 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Mon, 30 May 2016 10:02:31 +0000 (10:02 +0000)
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index 5e971f3..8173895 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.00.000";
+$VERSION = "16.06.00.000";
 
 sub version {
     return $VERSION;
index 99e7e95..6825fec 100755 (executable)
@@ -12599,6 +12599,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion($DBversion);
 }
 
+$DBversion = "16.056.00.000";
+if ( CheckVersion($DBversion) ) {
+        print "Upgrade to $DBversion done (Koha 16.06 - starting a new dev line at KohaCon16 in Thessaloniki, Greece! Koha is great!)\n";
+            SetVersion($DBversion);
+}
+
 
 # DEVELOPER PROCESS, search for anything to execute in the db_update directory
 # SEE bug 13068