[gimp-perl] Update version for new dev release.



commit 13e0665a1eb43c0cd9b3184bf3b8c603f673a958
Author: Ed J <edj src gnome org>
Date:   Fri May 16 21:14:31 2014 +0100

    Update version for new dev release.

 Gimp.pm          |    2 +-
 Gimp/Constant.pm |    2 +-
 Gimp/Lib.pm      |    2 +-
 Gimp/Pod.pm      |    2 +-
 Gimp/Util.pm     |    2 +-
 Net/Net.pm       |    2 +-
 UI/UI.pm         |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/Gimp.pm b/Gimp.pm
index 4f49cb8..522e1ab 100644
--- a/Gimp.pm
+++ b/Gimp.pm
@@ -9,7 +9,7 @@ our (
 use subs qw(init end lock unlock);
 
 BEGIN {
-   $VERSION = 2.3002; # going forward: 2.xx, or 2.xx_yy for dev
+   $VERSION = 2.3003; # 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 89fe8e3..76c4d7c 100644
--- a/Gimp/Constant.pm
+++ b/Gimp/Constant.pm
@@ -5,7 +5,7 @@ use strict qw(vars);
 use vars qw($VERSION);
 
 BEGIN {
-   $VERSION = 2.3002;
+   $VERSION = 2.3003;
 # XS code in Gimp.xs... for now
 #   eval {
 #      require XSLoader;
diff --git a/Gimp/Lib.pm b/Gimp/Lib.pm
index 927b066..1ffe2e1 100644
--- a/Gimp/Lib.pm
+++ b/Gimp/Lib.pm
@@ -4,7 +4,7 @@ use strict;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-   $VERSION = 2.3002;
+   $VERSION = 2.3003;
    require XSLoader;
    XSLoader::load Gimp::Lib $VERSION;
    warn "$$-Loading ".__PACKAGE__ if $Gimp::verbose;
diff --git a/Gimp/Pod.pm b/Gimp/Pod.pm
index fc45510..8932e10 100644
--- a/Gimp/Pod.pm
+++ b/Gimp/Pod.pm
@@ -8,7 +8,7 @@ use File::Basename;
 use base 'Exporter';
 
 our @EXPORT = qw(fixup_args make_arg_line);
-our $VERSION = 2.3002;
+our $VERSION = 2.3003;
 
 warn "$$-Loading ".__PACKAGE__ if $Gimp::verbose;
 
diff --git a/Gimp/Util.pm b/Gimp/Util.pm
index bf61ac0..777e28a 100644
--- a/Gimp/Util.pm
+++ b/Gimp/Util.pm
@@ -15,7 +15,7 @@ import Gimp;
 # manual "import" to shut perl -cw up
 sub __ ($);
 
-our $VERSION = 2.3002;
+our $VERSION = 2.3003;
 
 sub get_state() {
    [
diff --git a/Net/Net.pm b/Net/Net.pm
index 2737ca3..c77245b 100644
--- a/Net/Net.pm
+++ b/Net/Net.pm
@@ -33,7 +33,7 @@ use Carp 'croak';
 use Fcntl qw(F_SETFD);
 use Gimp::Extension;
 
-$VERSION = 2.3002;
+$VERSION = 2.3003;
 bootstrap Gimp::Net $VERSION;
 
 my $PROTOCOL_VERSION = 5; # protocol version
diff --git a/UI/UI.pm b/UI/UI.pm
index e106923..3d58fa0 100644
--- a/UI/UI.pm
+++ b/UI/UI.pm
@@ -9,7 +9,7 @@ use strict;
 
 our (@ISA, $VERSION);
 BEGIN {
-   $VERSION = 2.3002;
+   $VERSION = 2.3003;
    eval {
       require XSLoader;
       XSLoader::load Gimp::UI $VERSION;


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