Bug 21288: correct DBRev 17.11.09.003
authorFridolin Somers <fridolin.somers@biblibre.com>
Mon, 24 Sep 2018 14:05:35 +0000 (16:05 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 24 Sep 2018 14:05:35 +0000 (16:05 +0200)
Koha.pm
installer/data/mysql/updatedatabase.pl

diff --git a/Koha.pm b/Koha.pm
index e4d20b4..2987781 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 = "18.05.03.002";
+$VERSION = "17.11.09.003";
 
 sub version {
     return $VERSION;
index 45673d0..35df12c 100755 (executable)
@@ -15188,7 +15188,7 @@ if( CheckVersion( $DBversion ) ) {
     print "Upgrade to $DBversion done (Bug 21144: Add ROADTYPE to default authorised values categories)\n";
 }
 
-$DBversion = '18.05.03.002';
+$DBversion = '17.11.09.003';
 if( CheckVersion( $DBversion ) ) {
     unless ( index_exists( 'subscription', 'by_biblionumber' ) ) {
         $dbh->do(q{