X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Koha.pm;h=7badefed13c6813b74680c0496263dfc130b83b2;hb=77ea4686395f88c9678c611a78e6db4fd4c04101;hp=9932209a3fb92e1f2b62c1095b041781eb1b3cd0;hpb=579e53de7e98f96a9a2bf558a6e859366416fd2c;p=koha.git diff --git a/Koha.pm b/Koha.pm index 9932209a3f..7badefed13 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.018"; +$VERSION = "18.06.00.047"; sub version { return $VERSION;