bump to 3.00.00.017 : adding columns to zebraqueue
[koha.git] / kohaversion.pl
blob737f24d7c7f3b038e9c2292973d0f986f6038e54
1 # the next koha public release version number;
2 # the kohaversion is divided in 4 parts :
3 # - #1 : the major number. 3 atm
4 # - #2 : the functionnal release. 00 atm
5 # - #3 : the subnumber, moves only on a public release
6 # - #4 : the developper version. The 4th number is the database subversion.
7 # used by developpers when the database changes. updatedatabase take care of the changes itself
8 # and is automatically called by Auth.pm when needed.
10 sub kohaversion {
11 return "3.00.00.017";