[libglib-perl] 02/11: Stable release 1.305

Intrigeri intrigeri at moszumanska.debian.org
Thu Mar 19 13:29:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libglib-perl.

commit fd2753b982e8631167286831d672580a2db19e92
Author: Brian Manning <bmanning at src.gnome.org>
Date:   Sun May 18 16:35:34 2014 -0700

    Stable release 1.305
---
 NEWS                        | 2 +-
 lib/Glib.pm                 | 2 +-
 lib/Glib/CodeGen.pm         | 2 +-
 lib/Glib/GenPod.pm          | 2 +-
 lib/Glib/MakeHelper.pm      | 2 +-
 lib/Glib/Object/Subclass.pm | 2 +-
 lib/Glib/ParseXSDoc.pm      | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index 4723516..023ae2a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Overview of changes in Glib <next>
+Overview of changes in Glib 1.305 (stable)
 ==========================================
 
 * Disable the warning message when handing callbacks over to the main loop.
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 8805703..12bba2a 100644
--- a/lib/Glib.pm
+++ b/lib/Glib.pm
@@ -27,7 +27,7 @@ use Exporter;
 require DynaLoader;
 our @ISA = qw(DynaLoader Exporter);
 
-our $VERSION = '1.304';
+our $VERSION = '1.305';
 
 use constant {
 	TRUE  => 1,
diff --git a/lib/Glib/CodeGen.pm b/lib/Glib/CodeGen.pm
index 1bcf820..99ede4f 100644
--- a/lib/Glib/CodeGen.pm
+++ b/lib/Glib/CodeGen.pm
@@ -5,7 +5,7 @@ use warnings;
 use Carp;
 use IO::File;
 
-our $VERSION = '1.304';
+our $VERSION = '1.305';
 
 # type handlers should look like this:
 #    sub gen_foo_stuff {
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index f93252c..661882e 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -9,7 +9,7 @@
 
 package Glib::GenPod;
 
-our $VERSION = '1.304';
+our $VERSION = '1.305';
 
 use strict;
 use warnings;
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index 019ab7f..f79ed19 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -4,7 +4,7 @@
 
 package Glib::MakeHelper;
 
-our $VERSION = '1.304';
+our $VERSION = '1.305';
 
 =head1 NAME
 
diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm
index 2a4033d..a653c15 100644
--- a/lib/Glib/Object/Subclass.pm
+++ b/lib/Glib/Object/Subclass.pm
@@ -20,7 +20,7 @@
 
 package Glib::Object::Subclass;
 
-our $VERSION = '1.304';
+our $VERSION = '1.305';
 
 use Glib;
 
diff --git a/lib/Glib/ParseXSDoc.pm b/lib/Glib/ParseXSDoc.pm
index 58884c0..425ff48 100644
--- a/lib/Glib/ParseXSDoc.pm
+++ b/lib/Glib/ParseXSDoc.pm
@@ -13,7 +13,7 @@ our @EXPORT = qw(
 	xsdocparse
 );
 
-our $VERSION = '1.304';
+our $VERSION = '1.305';
 
 our $NOISY = $ENV{NOISYDOC};
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libglib-perl.git



More information about the Pkg-perl-cvs-commits mailing list