[gimp-perl] Release 2.31.



commit 9b5259d6636eae58e0d57add502bcfdf850687d3
Author: Ed J <edj src gnome org>
Date:   Mon Jun 30 03:32:27 2014 +0100

    Release 2.31.

 Gimp.pm           |    2 +-
 Gimp/Constant.pm  |    2 +-
 Gimp/Extension.pm |    2 +-
 Gimp/Fu.pm        |    2 +-
 Gimp/Lib.pm       |    2 +-
 Gimp/Pod.pm       |    2 +-
 Gimp/Util.pm      |    2 +-
 Net/Net.pm        |    2 +-
 UI/UI.pm          |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/Gimp.pm b/Gimp.pm
index 1365382..46261dc 100644
--- a/Gimp.pm
+++ b/Gimp.pm
@@ -10,7 +10,7 @@ our (
 use subs qw(init end lock unlock);
 
 BEGIN {
-   $VERSION = '2.30_05'; # going forward: 2.xx, or 2.xx_yy for dev
+   $VERSION = '2.31'; # going forward: 2.xx, or 2.xx_yy for dev
    eval {
       require XSLoader;
       XSLoader::load Gimp $VERSION;
diff --git a/Gimp/Constant.pm b/Gimp/Constant.pm
index 2a3e89d..2149422 100644
--- a/Gimp/Constant.pm
+++ b/Gimp/Constant.pm
@@ -5,7 +5,7 @@ use strict qw(vars);
 our ($VERSION, @EXPORT, @PARAMS, @INXS);
 
 BEGIN {
-   $VERSION = "2.30_05";
+   $VERSION = "2.31";
 # XS code in Gimp.xs... for now
 #   eval {
 #      require XSLoader;
diff --git a/Gimp/Extension.pm b/Gimp/Extension.pm
index 03dfd5d..dca0b8f 100644
--- a/Gimp/Extension.pm
+++ b/Gimp/Extension.pm
@@ -12,7 +12,7 @@ use Gtk2;
 sub __ ($) { goto &Gimp::__ }
 sub main { goto &Gimp::main; }
 
-our $VERSION = "2.30_05";
+our $VERSION = "2.31";
 our @EXPORT = qw(podregister main add_listener register_temp podregister_temp);
 
 # this is to avoid warnings from importing main etc from Gimp::Fu AND here
diff --git a/Gimp/Fu.pm b/Gimp/Fu.pm
index f7b953a..5b923a2 100644
--- a/Gimp/Fu.pm
+++ b/Gimp/Fu.pm
@@ -11,7 +11,7 @@ use FindBin qw($RealBin $RealScript);
 use File::stat;
 
 our $run_mode;
-our $VERSION = "2.30_05";
+our $VERSION = "2.31";
 
 # manual import
 sub __ ($) { goto &Gimp::__ }
diff --git a/Gimp/Lib.pm b/Gimp/Lib.pm
index 7226ca3..f6c3c24 100644
--- a/Gimp/Lib.pm
+++ b/Gimp/Lib.pm
@@ -5,7 +5,7 @@ use warnings;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-   $VERSION = "2.30_05";
+   $VERSION = "2.31";
    require XSLoader;
    XSLoader::load Gimp::Lib $VERSION;
    warn "$$-Loading ".__PACKAGE__ if $Gimp::verbose >= 2;
diff --git a/Gimp/Pod.pm b/Gimp/Pod.pm
index 0f80a40..d3694e6 100644
--- a/Gimp/Pod.pm
+++ b/Gimp/Pod.pm
@@ -10,7 +10,7 @@ use base 'Exporter';
 use Pod::Simple::SimpleTree;
 
 our @EXPORT = qw(fixup_args make_arg_line);
-our $VERSION = "2.30_05";
+our $VERSION = "2.31";
 
 warn "$$-Loading ".__PACKAGE__ if $Gimp::verbose >= 2;
 
diff --git a/Gimp/Util.pm b/Gimp/Util.pm
index d26fb39..f22661e 100644
--- a/Gimp/Util.pm
+++ b/Gimp/Util.pm
@@ -14,7 +14,7 @@ our @EXPORT_OK = qw(
 
 sub __ ($); # declare - defined in Gimp
 
-our $VERSION = "2.30_05";
+our $VERSION = "2.31";
 
 sub get_state() {
    [
diff --git a/Net/Net.pm b/Net/Net.pm
index fa605f7..d85c448 100644
--- a/Net/Net.pm
+++ b/Net/Net.pm
@@ -33,7 +33,7 @@ use IO::Socket;
 use Carp 'croak';
 use Fcntl qw(F_SETFD);
 
-$VERSION = "2.30_05";
+$VERSION = "2.31";
 bootstrap Gimp::Net $VERSION;
 
 my $PROTOCOL_VERSION = 5; # protocol version
diff --git a/UI/UI.pm b/UI/UI.pm
index 66fbf4f..37f8c94 100644
--- a/UI/UI.pm
+++ b/UI/UI.pm
@@ -15,7 +15,7 @@ use warnings;
 our (@ISA, $VERSION);
 BEGIN {
    no locale;
-   $VERSION = "2.30_05";
+   $VERSION = "2.31";
    eval {
       require XSLoader;
       XSLoader::load Gimp::UI $VERSION;


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