X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kohaversion.pl;h=9b09a7e401c30c0b7bda6135badac8c33d011c53;hb=8cef238d3ab2886826c1aaac7b9e4ea2476d5ec4;hp=987f6e0f9375c9a94d6d21d2c725a541db76dbe2;hpb=0754c2f7cff6856ca418cff4fa4a336aa0620856;p=koha.git diff --git a/kohaversion.pl b/kohaversion.pl index 987f6e0f93..9b09a7e401 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.09.00.005'; + our $VERSION = '3.09.00.035'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install