Lines 29-35
use vars qw{ $VERSION };
Link Here
|
29 |
# - #4 : the developer version. The 4th number is the database subversion. |
29 |
# - #4 : the developer version. The 4th number is the database subversion. |
30 |
# used by developers when the database changes. updatedatabase take care of the changes itself |
30 |
# used by developers when the database changes. updatedatabase take care of the changes itself |
31 |
# and is automatically called by Auth.pm when needed. |
31 |
# and is automatically called by Auth.pm when needed. |
32 |
$VERSION = "22.06.00.030"; |
32 |
$VERSION = "22.06.00.031"; |
33 |
|
33 |
|
34 |
sub version { |
34 |
sub version { |
35 |
return $VERSION; |
35 |
return $VERSION; |