X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=kohaversion.pl;h=82530277fc46772d4f89bfa0e0477d7c9320189a;hb=a5e0283cdd19c4afdc68c79602c9ad5815cdb392;hp=b9098a82e81a28d3f75c2d36ad28b349e2c4335b;hpb=47db7248a28aa282a627c0e7b4afb11767b5b73e;p=koha_fer diff --git a/kohaversion.pl b/kohaversion.pl index b9098a82e8..82530277fc 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -3,12 +3,12 @@ # - #1 : the major number. 3 atm # - #2 : the functionnal release. 00 atm # - #3 : the subnumber, moves only on a public release -# - #4 : the developper version. The 4th number is the database subversion. -# used by developpers when the database changes. updatedatabase take care of the changes itself +# - #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. sub kohaversion { - return "3.00.00.007"; + return "3.00.00.033"; } 1;