X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=b9bd67ed72f6d0ef183803b2cec0a8f070612a54;hb=feb866a618ad5fccb4384dbc9c8b6fd23fec6472;hp=cdf1615786f9d70a147404200cb6178124126768;hpb=ebf0336059635f2ea13c7f626b794e92e4980f46;p=koha.git diff --git a/Koha.pm b/Koha.pm index cdf1615786..b9bd67ed72 100644 --- 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.06.00.049"; +$VERSION = "18.12.00.021"; sub version { return $VERSION;