Version 0.13. master 0.13
Florian Ragwitz [Thu, 24 Sep 2009 13:02:57 +0000 (15:02 +0200)]
ChangeLog
lib/Class/C3/XS.pm

index 729c6fd..0d58c47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Revision history for Perl extension Class::C3::XS
 
+0.13 Thu Sep 24, 2009
+        - Release 0.12_03 as a stable release, without further modifications.
+
 0.12_03 Mon Sep 21, 2009
         - Fix compatibility with perl 5.6.x. Thanks again, Nicholas.
 
index d5a187f..8ef9339 100644 (file)
@@ -4,7 +4,7 @@ use 5.006_000;
 use strict;
 use warnings;
 
-our $VERSION = '0.12_03';
+our $VERSION = '0.13';
 
 =pod