X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=22164aadba195b9c892eebc9ee87ef5e371964fd;hb=a43974029205fb830eef8989b8a5899d0561840d;hp=83304597a15932c28241955ceb83fbf895dc707b;hpb=d4f2bde05474bec3bb9534b510d424e2c5e792ed;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 83304597a1..22164aadba 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -16,7 +16,7 @@ the kohaversion is divided in 4 parts : use strict; sub kohaversion { - our $VERSION = '3.03.00.XXX'; + our $VERSION = '3.05.00.019'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install