[perl-Glib] Unstable release 1.252
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib] Unstable release 1.252
- Date: Tue, 27 Mar 2012 14:42:34 +0000 (UTC)
commit bf59b1ff426c54038746d6d087c53a160665e7f5
Author: Brian Manning <bmanning src gnome org>
Date: Mon Mar 26 10:44:21 2012 -0700
Unstable release 1.252
NEWS | 2 +-
README | 2 +-
lib/Glib.pm | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1f5f717..446a7f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Overview of changes in Glib <next>
+Overview of changes in Glib 1.252
=================================
* Make the recent thread-safety improvements work for non-threaded perls too.
diff --git a/README b/README
index 7ac1fba..ef0d0f0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Glib version 1.251
+Glib version 1.252
==================
This module provides perl access to Glib and GLib's GObject libraries.
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 1b60832..07073a9 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.251';
+our $VERSION = '1.252';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]