[perl-Glib] Unstable release 1.290



commit 47568837ae2e87e53e401dae47f569e80ea8bcf3
Author: Brian Manning <bmanning src gnome org>
Date:   Sun Feb 3 21:18:52 2013 -0800

    Unstable release 1.290

 Makefile.PL |   10 +++++-----
 NEWS        |    2 +-
 lib/Glib.pm |    4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/Makefile.PL b/Makefile.PL
index d14918f..a9503c5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2009, 2012 by the gtk2-perl team (see the file AUTHORS
+# Copyright (C) 2003-2009, 2013 by the gtk2-perl team (see the file AUTHORS
 # for the full list)
 #
 # This library is free software; you can redistribute it and/or modify it under
@@ -96,7 +96,7 @@ my %meta_merge = (
         },
         author              =>
             ['gtk2-perl Team <gtk-perl-list at gnome dot org>'],
-        release_status      => 'stable',
+        release_status      => 'unstable',
         # valid values: https://metacpan.org/module/CPAN::Meta::Spec#license
         license             => 'lgpl_2_1',
         resources => {
@@ -204,7 +204,7 @@ WriteMakefile(
     $glib ? $glib->get_makefile_vars : (),
 );
 
-=unstable
+#=unstable
 
 print <<__EOW__;
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
@@ -212,12 +212,12 @@ WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
    This is an unstable development release of Glib.  The API is not
    frozen and things are subject to change at any time.  Report any
    bugs to gtk-perl-list AT gnome DOT org as soon as possible.
-   Please use the 1.26x series for important work.
+   Please use the 1.28x series for important work.
 
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
 __EOW__
 
-=cut
+#=cut
 
 =frozen
 
diff --git a/NEWS b/NEWS
index 374c20b..8777d26 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Overview of changes in Glib <next> (unstable)
+Overview of changes in Glib 1.290 (unstable)
 ============================================
 
 * Make Glib::Object subclassing more robust.  This should in particular fix
diff --git a/lib/Glib.pm b/lib/Glib.pm
index 11ee5ea..97df48a 100644
--- a/lib/Glib.pm
+++ b/lib/Glib.pm
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2012 by the gtk2-perl team (see the file AUTHORS for
+# Copyright (C) 2003-2013 by the gtk2-perl team (see the file AUTHORS for
 # the full list)
 #
 # This library is free software; you can redistribute it and/or modify it under
@@ -27,7 +27,7 @@ use Exporter;
 require DynaLoader;
 our @ISA = qw(DynaLoader Exporter);
 
-our $VERSION = '1.280';
+our $VERSION = '1.290';
 
 use constant {
 	TRUE  => 1,



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