[gimp-perl] Release 2.2



commit a4c271bd7d659ad1ebdff3d3dcfb02342649d673
Author: Kevin Cozens <kcozens cvs gnome org>
Date:   Mon Feb 14 14:28:07 2011 -0500

    Release 2.2
    
    Commit of final changes in 2.2 development cycle. This should have been done
    a few years ago. Version number in files has been updated from 2.0 to 2.2,
    and the MANIFEST file has been updated to include previously missing files.

 Gimp.pm        |    2 +-
 Gimp/Compat.pm |    3 +--
 Gimp/Lib.pm    |    2 +-
 Gimp/Module.pm |    2 +-
 Gimp/Pod.pm    |    2 +-
 Gimp/Util.pm   |    2 +-
 MANIFEST       |    8 ++++----
 Makefile.PL    |    3 ---
 Net/Net.pm     |    2 +-
 UI/UI.pm       |    2 +-
 10 files changed, 12 insertions(+), 16 deletions(-)
---
diff --git a/Gimp.pm b/Gimp.pm
index d06fbc1..8070d7d 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.0;
+   $VERSION = 2.2;
    eval {
       require XSLoader;
       XSLoader::load Gimp $VERSION;
diff --git a/Gimp/Compat.pm b/Gimp/Compat.pm
index 3a1f6ee..58f990a 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;
+$VERSION=2.2;
 
 use Gimp ('croak', '__');
 
@@ -149,4 +149,3 @@ fun 1,1,gimp_image_list,sub {
 };
 
 1;
-
diff --git a/Gimp/Lib.pm b/Gimp/Lib.pm
index 09f9343..0cab1b1 100644
--- a/Gimp/Lib.pm
+++ b/Gimp/Lib.pm
@@ -4,7 +4,7 @@ use strict;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-   $VERSION = 2.0;
+   $VERSION = 2.2;
    require XSLoader;
    XSLoader::load Gimp::Lib $VERSION;
 }
diff --git a/Gimp/Module.pm b/Gimp/Module.pm
index 5f5d535..9e16a24 100644
--- a/Gimp/Module.pm
+++ b/Gimp/Module.pm
@@ -19,7 +19,7 @@ package Gimp::Module;
 use base qw(DynaLoader);
 require DynaLoader;
 
-$VERSION=2.0;
+$VERSION=2.2;
 
 bootstrap Gimp::Module;
 
diff --git a/Gimp/Pod.pm b/Gimp/Pod.pm
index 1e59c88..643e9f4 100644
--- a/Gimp/Pod.pm
+++ b/Gimp/Pod.pm
@@ -1,6 +1,6 @@
 package Gimp::Pod;
 
-$VERSION=2.0;
+$VERSION=2.2;
 
 sub myqx(&) {
    local $/;
diff --git a/Gimp/Util.pm b/Gimp/Util.pm
index f1a926d..b9020fd 100644
--- a/Gimp/Util.pm
+++ b/Gimp/Util.pm
@@ -51,7 +51,7 @@ require      Exporter;
 
 use Gimp;
 
-$VERSION=2.0;
+$VERSION=2.2;
 
 ##############################################################################
 =pod
diff --git a/MANIFEST b/MANIFEST
index 3adbd4e..3f39b00 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -68,11 +68,12 @@ examples/xachvision
 examples/yinyang
 extra.c
 extra.h
+gimpdoc
+gimpenums.c
+gppport.h
 Gimp/Compat.pm
 Gimp/Config.pm.in
 Gimp/Data.pm
-gimpdoc
-gimpenums.c
 Gimp/Feature.pm
 Gimp/Fu.pm
 Gimp/Lib.pm
@@ -81,11 +82,10 @@ Gimp/Makefile.PL
 Gimp/Module.pm
 Gimp/OO.pod
 Gimp/Pixel.pod
-Gimp.pm
 Gimp/Pod.pm
 Gimp/Util.pm
+Gimp.pm
 Gimp.xs
-gppport.h
 insenums
 logo.xpm
 MAINTAINERS
diff --git a/Makefile.PL b/Makefile.PL
index 72a50d1..69b2b1f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -281,6 +281,3 @@ EOF
    close MAKEFILE;
    exit;
 }
-
-
-
diff --git a/Net/Net.pm b/Net/Net.pm
index cbf7414..98503bc 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.0;
+$VERSION = 2.2;
 
 bootstrap Gimp::Net $VERSION;
 
diff --git a/UI/UI.pm b/UI/UI.pm
index dc8cd4e..1963f38 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.0;
+$VERSION = 2.2;
 
 if (eval { require Gtk2; import Gtk2 (); 1 }) {
    local $/;



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