From: Florian Ragwitz <rafl@debian.org>
Date: Thu, 24 Sep 2009 13:02:57 +0000 (+0200)
Subject: Version 0.13.
X-Git-Tag: 0.13^0
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ad0250eb6f2a158c97851012f770ebd67e77676;p=gitmo%2FClass-C3-XS.git

Version 0.13.
---

diff --git a/ChangeLog b/ChangeLog
index 729c6fd..0d58c47 100644
--- 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.
 
diff --git a/lib/Class/C3/XS.pm b/lib/Class/C3/XS.pm
index d5a187f..8ef9339 100644
--- a/lib/Class/C3/XS.pm
+++ b/lib/Class/C3/XS.pm
@@ -4,7 +4,7 @@ use 5.006_000;
 use strict;
 use warnings;
 
-our $VERSION = '0.12_03';
+our $VERSION = '0.13';
 
 =pod