X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=70158d11a4c64abd7c57aab5a074d680a4c0b7e5;hb=c8eeadf6644ea3a5c15ba488db28ee2c2725c9ec;hp=39d25235e28520fdf3336e5bbfe3ea54dd4c9d0c;hpb=bae0eb9ab702f3fe4351e7b3b23a332a998ed6b1;p=koha.git diff --git a/Koha.pm b/Koha.pm index 39d25235e2..70158d11a4 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 = "16.06.00.001"; +$VERSION = "16.06.00.015"; sub version { return $VERSION;