X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=1f69dcb4d63b33cc449fa99c1fe934dc91da6c0b;hb=88521dda625feb108a1f6734a700e3325abd0890;hp=5f046634c2a9155ead681dc1b217d0dcdad066b4;hpb=3915bbbf716a937c0e903b579793e7f3760e3730;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 5f046634c2..1f69dcb4d6 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.17.00.005'; + our $VERSION = '3.17.00.017'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install