update version-number

Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
Mason James 2007-09-27 21:50:33 -05:00 committed by Chris Cormack
parent bd9341d8de
commit 1c2b893285

View file

@ -8,7 +8,7 @@
# and is automatically called by Auth.pm when needed.
sub kohaversion {
return "3.00.00.003";
return "3.00.00.004";
}
1;