[gimp-perl] Updated version number to 2.3 to start new development cycle.



commit aaf229938c6094af296525847d627a40127a611c
Author: Kevin Cozens <kcozens cvs gnome org>
Date:   Mon Feb 14 15:03:58 2011 -0500

    Updated version number to 2.3 to start new development cycle.

 Gimp.pm        |    2 +-
 Gimp/Compat.pm |    2 +-
 Gimp/Lib.pm    |    2 +-
 Gimp/Module.pm |    2 +-
 Gimp/Pod.pm    |    2 +-
 Gimp/Util.pm   |    2 +-
 Net/Net.pm     |    2 +-
 UI/UI.pm       |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/Gimp.pm b/Gimp.pm
index 8070d7d..48d8157 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 canonicalize_color);
 
 BEGIN {
-   $VERSION = 2.2;
+   $VERSION = 2.3;
    eval {
       require XSLoader;
       XSLoader::load Gimp $VERSION;
diff --git a/Gimp/Compat.pm b/Gimp/Compat.pm
index 58f990a..2d41897 100644
--- a/Gimp/Compat.pm
+++ b/Gimp/Compat.pm
@@ -43,7 +43,7 @@ Gimp-Perl extension (contact him to include new functions) is Marc Lehmann
 
 package      Gimp::Compat;
 
-$VERSION=2.2;
+$VERSION=2.3;
 
 use Gimp ('croak', '__');
 
diff --git a/Gimp/Lib.pm b/Gimp/Lib.pm
index 0cab1b1..b584433 100644
--- a/Gimp/Lib.pm
+++ b/Gimp/Lib.pm
@@ -4,7 +4,7 @@ use strict;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-   $VERSION = 2.2;
+   $VERSION = 2.3;
    require XSLoader;
    XSLoader::load Gimp::Lib $VERSION;
 }
diff --git a/Gimp/Module.pm b/Gimp/Module.pm
index 9e16a24..4515039 100644
--- a/Gimp/Module.pm
+++ b/Gimp/Module.pm
@@ -19,7 +19,7 @@ package Gimp::Module;
 use base qw(DynaLoader);
 require DynaLoader;
 
-$VERSION=2.2;
+$VERSION=2.3;
 
 bootstrap Gimp::Module;
 
diff --git a/Gimp/Pod.pm b/Gimp/Pod.pm
index 643e9f4..9d2c00e 100644
--- a/Gimp/Pod.pm
+++ b/Gimp/Pod.pm
@@ -1,6 +1,6 @@
 package Gimp::Pod;
 
-$VERSION=2.2;
+$VERSION=2.3;
 
 sub myqx(&) {
    local $/;
diff --git a/Gimp/Util.pm b/Gimp/Util.pm
index b9020fd..8611001 100644
--- a/Gimp/Util.pm
+++ b/Gimp/Util.pm
@@ -51,7 +51,7 @@ require      Exporter;
 
 use Gimp;
 
-$VERSION=2.2;
+$VERSION=2.3;
 
 ##############################################################################
 =pod
diff --git a/Net/Net.pm b/Net/Net.pm
index 98503bc..5a41fda 100644
--- a/Net/Net.pm
+++ b/Net/Net.pm
@@ -21,7 +21,7 @@ use Fcntl qw(F_SETFD);
 # TODO: use dynaloader
 require DynaLoader;
 
-$VERSION = 2.2;
+$VERSION = 2.3;
 
 bootstrap Gimp::Net $VERSION;
 
diff --git a/UI/UI.pm b/UI/UI.pm
index 1963f38..b83e5c2 100644
--- a/UI/UI.pm
+++ b/UI/UI.pm
@@ -38,7 +38,7 @@ of the API has been converted.
 
 # <sjburges gimp org> removed the camel logo from scripts
 
-$VERSION = 2.2;
+$VERSION = 2.3;
 
 if (eval { require Gtk2; import Gtk2 (); 1 }) {
    local $/;



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