From 562b43a59089cdb9eb189d4d23939bcdf88c9460 Mon Sep 17 00:00:00 2001 From: Aaron Trevena Date: Fri, 22 Jun 2007 12:50:21 +0000 Subject: [PATCH] 2.12 release git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@573 48953598-375a-da11-a14b-00016c27c3ee --- Changes | 2 +- lib/Maypole.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 34b344b..adcab97 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,7 @@ This file documents the revision history for Perl extension Maypole. For information about current developments and future releases, see: http://maypole.perl.org/?TheRoadmap -2.12 October 2006 +2.12 22 June 2007 Fixed some db_colinfo test bugs Fixed typo in edit form template Inheritence simpler and nicer and less hacked diff --git a/lib/Maypole.pm b/lib/Maypole.pm index 7e896c3..66bb97d 100644 --- a/lib/Maypole.pm +++ b/lib/Maypole.pm @@ -12,7 +12,7 @@ use URI::QueryParam; use NEXT; use File::MMagic::XS qw(:compat); -our $VERSION = '2.12_pre1'; +our $VERSION = '2.12'; our $mmagic = File::MMagic::XS->new(); # proposed privacy conventions: -- 2.39.2