[perl-Gtk2-SourceView2] Version change to 0.10



commit 660c6966d10471859ccce173154848dca448cdcc
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date:   Thu May 27 21:24:33 2010 +0200

    Version change to 0.10

 Changes                 |    3 +++
 lib/Gtk2/SourceView2.pm |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/Changes b/Changes
index 836e0ec..ed13b64 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Gtk2::SourceView2.
 
+0.10 Thu May 27 21:22:44 CEST 2010
+	Unit tests now work with Test::Simple 0.95_02.
+
 0.09 Tue Apr 27 20:11:56 CEST 2010
 	Fix the license in Makefile.PL.
 
diff --git a/lib/Gtk2/SourceView2.pm b/lib/Gtk2/SourceView2.pm
index 4baa1ed..f952b3a 100644
--- a/lib/Gtk2/SourceView2.pm
+++ b/lib/Gtk2/SourceView2.pm
@@ -69,7 +69,7 @@ use base 'DynaLoader';
 
 use Gtk2;
 
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]