Bumping version number for release
authorChris Cormack <chrisc@catalyst.net.nz>
Fri, 22 Apr 2011 01:27:37 +0000 (13:27 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Fri, 22 Apr 2011 01:27:37 +0000 (13:27 +1200)
installer/data/mysql/updatedatabase.pl
kohaversion.pl

index 0345b17..f503112 100755 (executable)
@@ -4317,6 +4317,12 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
+$DBversion = "3.04.00.000";
+if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
+    print "Upgrade to $DBversion done Koha 3.4.0 release \n";
+    SetVersion ($DBversion);
+}
+
 
 =head1 FUNCTIONS
 
index af40670..1f8f360 100644 (file)
@@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts :
 use strict;
 
 sub kohaversion {
-    our $VERSION = '3.03.00.052';
+    our $VERSION = '3.04.00.000';
     # version needs to be set this way
     # so that it can be picked up by Makefile.PL
     # during install