X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=kohaversion.pl;h=b844864d9acbd0a528d2c81d6ca8e78a0b359388;hb=df4297621d285dbdbe13eaff04dae2a9419ed824;hp=b74b35d66c24a6b376c9be7f81d4a2de1726d491;hpb=71f877f24d2d356d93ea8cc82876ad9bca3d82bf;p=koha-ffzg.git diff --git a/kohaversion.pl b/kohaversion.pl index b74b35d66c..b844864d9a 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -11,12 +11,13 @@ the kohaversion is divided in 4 parts : - #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. + =cut use strict; sub kohaversion { - our $VERSION = '3.17.00.026'; + our $VERSION = '3.19.00.002'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install