[perl-Glib/stable-1-26] Stable release 1.262



commit 895c7f4f05e0a78e7ff4ead9f17c5b35a6b196e6
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Tue Jul 31 21:55:24 2012 +0200

    Stable release 1.262

 NEWS        |    6 ++++++
 lib/Glib.pm |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5d08b22..760cbe1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes in Glib 1.262 (stable)
+==========================================
+
+* Properly specify our dependencies.
+* Distriubte a missing test file.
+
 Overview of changes in Glib 1.261 (stable)
 ==========================================
 
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 6389698..e622505 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.261';
+our $VERSION = '1.262';
 
 sub dl_load_flags { $^O eq 'darwin' ? 0x00 : 0x01 }
 



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