[libglib-perl] 06/25: Unstable release 1.312

Intrigeri intrigeri at moszumanska.debian.org
Tue Dec 29 18:43:53 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 575d3cedd5ac51f093ee0a980f44b65e609d5959
Author: Brian Manning <bmanning at src.gnome.org>
Date:   Wed Jul 15 21:24:24 2015 -0700

    Unstable release 1.312
---
 NEWS                        | 5 +++++
 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, 11 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index cd7ad19..b30935f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in Glib 1.312 (unstable)
+============================================
+
+* Fix incorrect version in Glib::GenPod
+
 Overview of changes in Glib 1.311 (unstable)
 ============================================
 
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 14eeb31..071e146 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.311';
+our $VERSION = '1.312';
 
 use constant {
 	TRUE  => 1,
diff --git a/lib/Glib/CodeGen.pm b/lib/Glib/CodeGen.pm
index be875f8..6bd11b9 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.311';
+our $VERSION = '1.312';
 
 # type handlers should look like this:
 #    sub gen_foo_stuff {
diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm
index 07e7565..14169e9 100644
--- a/lib/Glib/GenPod.pm
+++ b/lib/Glib/GenPod.pm
@@ -9,7 +9,7 @@
 
 package Glib::GenPod;
 
-our $VERSION = '1.311';
+our $VERSION = '1.312';
 
 use strict;
 use warnings;
diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm
index e0a8ee9..16c34d2 100644
--- a/lib/Glib/MakeHelper.pm
+++ b/lib/Glib/MakeHelper.pm
@@ -4,7 +4,7 @@
 
 package Glib::MakeHelper;
 
-our $VERSION = '1.311';
+our $VERSION = '1.312';
 
 =head1 NAME
 
diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm
index e77ec5d..25ee094 100644
--- a/lib/Glib/Object/Subclass.pm
+++ b/lib/Glib/Object/Subclass.pm
@@ -20,7 +20,7 @@
 
 package Glib::Object::Subclass;
 
-our $VERSION = '1.311';
+our $VERSION = '1.312';
 
 use Glib;
 
diff --git a/lib/Glib/ParseXSDoc.pm b/lib/Glib/ParseXSDoc.pm
index b6e992c..ba9a11a 100644
--- a/lib/Glib/ParseXSDoc.pm
+++ b/lib/Glib/ParseXSDoc.pm
@@ -13,7 +13,7 @@ our @EXPORT = qw(
 	xsdocparse
 );
 
-our $VERSION = '1.311';
+our $VERSION = '1.312';
 
 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