From beae9c35b7fa982e3d733c5a7cd29af6a758951e Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 15 Sep 2009 22:24:03 -0400 Subject: [PATCH] DB rev 059->060 Bumped for new patron messaging feature. Signed-off-by: Galen Charlton --- kohaversion.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kohaversion.pl b/kohaversion.pl index 7dc046fb86..d4ddd358a3 100644 --- a/kohaversion.pl +++ b/kohaversion.pl @@ -10,7 +10,7 @@ use strict; sub kohaversion { - our $VERSION = '3.01.00.059'; + our $VERSION = '3.01.00.060'; # version needs to be set this way # so that it can be picked up by Makefile.PL # during install -- 2.39.5