Skip to content

Commit

Permalink
set DB revision to 3.01.00.111 for 3.2-lapha release
Browse files Browse the repository at this point in the history
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
  • Loading branch information
gmcharlt committed Feb 3, 2010
1 parent 8b4501f commit 4a3b1f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions installer/data/mysql/updatedatabase.pl
Expand Up @@ -3385,6 +3385,12 @@
SetVersion ($DBversion); SetVersion ($DBversion);
} }


$DBversion = '3.01.00.111';
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
print "Upgrade done (mark DBrev for 3.2-alpha release)\n";
SetVersion ($DBversion);
}

=item DropAllForeignKeys($table) =item DropAllForeignKeys($table)
Drop all foreign keys of the table $table Drop all foreign keys of the table $table
Expand Down
2 changes: 1 addition & 1 deletion kohaversion.pl
Expand Up @@ -10,7 +10,7 @@
use strict; use strict;


sub kohaversion { sub kohaversion {
our $VERSION = '3.01.00.110'; our $VERSION = '3.01.00.111';
# version needs to be set this way # version needs to be set this way
# so that it can be picked up by Makefile.PL # so that it can be picked up by Makefile.PL
# during install # during install
Expand Down

0 comments on commit 4a3b1f5

Please sign in to comment.