[perl-Glib] Unstable release 1.253
- From: Brian Manning <bmanning src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib] Unstable release 1.253
- Date: Sat, 28 Apr 2012 05:53:50 +0000 (UTC)
commit a909592bdbbaa0e4c9935ce6dcee4f0c9abb84cf
Author: Brian Manning <bmanning src gnome org>
Date: Fri Apr 27 20:57:58 2012 -0700
Unstable release 1.253
NEWS | 2 +-
README | 2 +-
lib/Glib.pm | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index a9f982e..366fd7f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Overview of changes in Glib <next>
+Overview of changes in Glib 1.253
=================================
* Export the constants SOURCE_CONTINUE and SOURCE_REMOVE on request.
diff --git a/README b/README
index ef0d0f0..1f756a2 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Glib version 1.252
+Glib version 1.253
==================
This module provides perl access to Glib and GLib's GObject libraries.
diff --git a/lib/Glib.pm b/lib/Glib.pm
index ab8ffc3..ab1470d 100644
--- a/lib/Glib.pm
+++ b/lib/Glib.pm
@@ -67,7 +67,7 @@ our %EXPORT_TAGS = (
our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS;
$EXPORT_TAGS{all} = \ EXPORT_OK;
-our $VERSION = '1.252';
+our $VERSION = '1.253';
sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]