Bug 13436: DBRev 3.19.00.001
authorTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 19 Dec 2014 19:54:18 +0000 (16:54 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 19 Dec 2014 19:55:47 +0000 (16:55 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Note: it also fixes a minor POD error.

installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 2c34148..595836c 100755 (executable)
@@ -9585,7 +9585,7 @@ if ( CheckVersion($DBversion) ) {
     SetVersion ($DBversion);
 }
 
-$DBversion = "3.19.00.XXX";
+$DBversion = "3.19.00.001";
 if ( CheckVersion($DBversion) ) {
     $dbh->do("
         UPDATE systempreferences
index 1baec5f..19b8b00 100644 (file)
@@ -11,12 +11,13 @@ the kohaversion is divided in 4 parts :
  - #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.
+
 =cut
 
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.19.00.000';
+    our $VERSION = '3.19.00.001';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install