From: Chris Nighswonger Date: Mon, 17 Mar 2008 17:30:02 +0000 (-0400) Subject: Bumping DB ver to 065 X-Git-Tag: v3.00.00-beta~80 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=dca8e1fdb743b03f74e3af68805c7489c0f57c6c;p=koha.git Bumping DB ver to 065 Signed-off-by: Joshua Ferraro --- diff --git a/kohaversion.pl b/kohaversion.pl index 8cba81a73f..73d62f9c66 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -10,7 +10,7 @@ use strict; sub kohaversion { - our $VERSION = "3.00.00.064"; + our $VERSION = "3.00.00.065"; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install