[perl-Glib] Unstable release 1.251



commit e77b9c5171e6f98bea04ed2801003ed419f3d626
Author: Brian Manning <bmanning src gnome org>
Date:   Wed Feb 29 22:23:06 2012 -0800

    Unstable release 1.251

 NEWS        |    2 +-
 README      |    2 +-
 lib/Glib.pm |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8a06031..3853177 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Overview of changes in Glib <next>
+Overview of changes in Glib 1.251
 =================================
 
 * Make signal marshalling more thread-safe.  When a signal handler is invoked
diff --git a/README b/README
index f23d343..7ac1fba 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Glib version 1.250
+Glib version 1.251
 ==================
 
 This module provides perl access to Glib and GLib's GObject libraries.
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 37de36d..1b60832 100644
--- a/lib/Glib.pm
+++ b/lib/Glib.pm
@@ -66,7 +66,7 @@ our %EXPORT_TAGS = (
 our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS;
 $EXPORT_TAGS{all} = \ EXPORT_OK;
 
-our $VERSION = '1.250';
+our $VERSION = '1.251';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 



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