Skip to content

Commit

Permalink
Increment version for 3.22.12 release
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Maurice <[email protected]>
  • Loading branch information
jajm committed Oct 24, 2016
1 parent 78821f7 commit 3e8a30b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Koha.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.22.11.003";
$VERSION = "3.22.12.000";

sub version {
return $VERSION;
Expand Down
6 changes: 6 additions & 0 deletions installer/data/mysql/updatedatabase.pl
Original file line number Diff line number Diff line change
Expand Up @@ -11820,6 +11820,12 @@ sub stocknumber_checker { #code reused later on
SetVersion($DBversion);
}

$DBversion = "3.22.12.000";
if ( CheckVersion($DBversion) ) {
print "Upgrade to $DBversion done (Koha 3.22.12)\n";
SetVersion($DBversion);
}


# DEVELOPER PROCESS, search for anything to execute in the db_update directory
# SEE bug 13068
Expand Down

0 comments on commit 3e8a30b

Please sign in to comment.