X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=kohaversion.pl;h=3fa50305fe70ec34a59f32cf94ce9000b1517540;hb=2856bb82955cd58f2e17d7d97ab2977401d4e016;hp=8cc018f2479560523f491c69329e0a5fc9f561eb;hpb=65ddce02f2079df5661485306564a0f075437622;p=koha_gimpoz diff --git a/kohaversion.pl b/kohaversion.pl index 8cc018f247..3fa50305fe 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -3,14 +3,14 @@ # - #1 : the major number. 3 atm # - #2 : the functionnal release. 00 atm # - #3 : the subnumber, moves only on a public release -# - #4 : the developer version. The 4th number is the database subversion. +# - #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. use strict; sub kohaversion { - our $VERSION = '3.01.00.017'; + our $VERSION = '3.01.00.136'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install