DBRev 3.21.00.000: El tiempo vuela
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 26 May 2015 13:41:30 +0000 (10:41 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 26 May 2015 13:42:04 +0000 (10:42 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index aa33b28..b7e1e5f 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.00.000";
+$VERSION = "3.21.00.000";
 
 sub version {
     return $VERSION;
index 1dd8c0b..64d4abf 100755 (executable)
@@ -10462,6 +10462,12 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
+$DBversion = "3.21.00.000";
+if ( CheckVersion($DBversion) ) {
+    print "Upgrade to $DBversion done (El tiempo vuela, un nuevo ciclo comienza.)\n";
+    SetVersion ($DBversion);
+}
+
 # DEVELOPER PROCESS, search for anything to execute in the db_update directory
 # SEE bug 13068
 # if there is anything in the atomicupdate, read and execute it.