[gimp-perl] Pre-release version inc.



commit 3302a54d0f573dca697fa0c29dcb67c5e4c1bdf8
Author: Ed J <edj src gnome org>
Date:   Thu May 1 18:06:54 2014 +0100

    Pre-release version inc.

 Gimp.pm          |    2 +-
 Gimp/Constant.pm |    2 +-
 Gimp/Lib.pm      |    2 +-
 Makefile.PL      |    2 +-
 Net/Net.pm       |    2 +-
 UI/UI.pm         |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/Gimp.pm b/Gimp.pm
index 4ee4589..12c7dfa 100644
--- a/Gimp.pm
+++ b/Gimp.pm
@@ -10,7 +10,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD %EXPORT_TAGS @EXPORT_FAIL
 use subs qw(init end lock unlock);
 
 BEGIN {
-   $VERSION = 2.300001;
+   $VERSION = 2.3002; # 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 f98ca11..89fe8e3 100644
--- a/Gimp/Constant.pm
+++ b/Gimp/Constant.pm
@@ -5,7 +5,7 @@ use strict qw(vars);
 use vars qw($VERSION);
 
 BEGIN {
-   $VERSION = 2.300001;
+   $VERSION = 2.3002;
 # XS code in Gimp.xs... for now
 #   eval {
 #      require XSLoader;
diff --git a/Gimp/Lib.pm b/Gimp/Lib.pm
index ec5f3cf..58c24d1 100644
--- a/Gimp/Lib.pm
+++ b/Gimp/Lib.pm
@@ -4,7 +4,7 @@ use strict;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-   $VERSION = 2.300001;
+   $VERSION = 2.3002;
    require XSLoader;
    XSLoader::load Gimp::Lib $VERSION;
    warn "$$-Loading ".__PACKAGE__ if $Gimp::verbose;
diff --git a/Makefile.PL b/Makefile.PL
index d655ca9..c3bf8a6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -21,7 +21,7 @@ tags: .
 
 # set \$VERSION in all modules
 setver:
-       \$(PERL) -pi -e 's/^(\\s*\\\$\$VERSION\\s*=\\s*).*\$\$/\$\${1}\$(VERSION);/' *.pm Gimp/*.pm UI/*.pm 
Net/*.pm
+       \$(PERL) -pi -e 's/^(\\s*\\\$\$VERSION\\s*=\\s*).*;/\$\${1}\$(VERSION);/' *.pm Gimp/*.pm UI/*.pm 
Net/*.pm
 
 EOF
 }
diff --git a/Net/Net.pm b/Net/Net.pm
index c0f44ee..fef133a 100644
--- a/Net/Net.pm
+++ b/Net/Net.pm
@@ -34,7 +34,7 @@ use IO::Socket;
 use Carp 'croak';
 use Fcntl qw(F_SETFD);
 
-$VERSION = 2.300001;
+$VERSION = 2.3002;
 bootstrap Gimp::Net $VERSION;
 
 use constant {
diff --git a/UI/UI.pm b/UI/UI.pm
index 2d3f040..bb84946 100644
--- a/UI/UI.pm
+++ b/UI/UI.pm
@@ -9,7 +9,7 @@ use strict;
 
 our (@ISA, $VERSION);
 BEGIN {
-   $VERSION = 2.300001;
+   $VERSION = 2.3002;
    eval {
       require XSLoader;
       XSLoader::load Gimp::UI $VERSION;


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