[gimp-perl] 2.34



commit 015111a154256b1ad9ca7eb5f36a97d8feefdbe8
Author: Ed J <mohawk2 users noreply github com>
Date:   Sat Apr 17 21:06:42 2021 +0100

    2.34

 Changes               | 1 +
 lib/Gimp.pm           | 2 +-
 lib/Gimp/Constant.pm  | 2 +-
 lib/Gimp/Extension.pm | 2 +-
 lib/Gimp/Fu.pm        | 2 +-
 lib/Gimp/Lib.pm       | 2 +-
 lib/Gimp/Net.pm       | 2 +-
 lib/Gimp/Pod.pm       | 2 +-
 lib/Gimp/UI.pm        | 2 +-
 lib/Gimp/Util.pm      | 2 +-
 10 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/Changes b/Changes
index 0da2ae02..e9b10dd2 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+2.34 2021-04-17
 - updated constants to GIMP 2.10 versions
 - remove menu path up to last / and call gimp_plugin_menu_register with that
 - updated scripts to 2.10 PDB calls
diff --git a/lib/Gimp.pm b/lib/Gimp.pm
index 87ea7d93..9b1f5b38 100644
--- a/lib/Gimp.pm
+++ b/lib/Gimp.pm
@@ -10,7 +10,7 @@ our (
 use subs qw(init end lock unlock);
 
 BEGIN {
-   $VERSION = '2.33'; # going forward: 2.xx, or 2.xx_yy for dev
+   $VERSION = '2.34'; # going forward: 2.xx, or 2.xx_yy for dev
    eval {
       require XSLoader;
       XSLoader::load Gimp $VERSION;
diff --git a/lib/Gimp/Constant.pm b/lib/Gimp/Constant.pm
index de66b492..c283ef50 100644
--- a/lib/Gimp/Constant.pm
+++ b/lib/Gimp/Constant.pm
@@ -5,7 +5,7 @@ use strict qw(vars);
 our ($VERSION, @EXPORT, @PARAMS, @INXS);
 
 BEGIN {
-   $VERSION = "2.33";
+   $VERSION = "2.34";
 # XS code in Gimp.xs... for now
 #   eval {
 #      require XSLoader;
diff --git a/lib/Gimp/Extension.pm b/lib/Gimp/Extension.pm
index 67171db2..c24b8497 100644
--- a/lib/Gimp/Extension.pm
+++ b/lib/Gimp/Extension.pm
@@ -12,7 +12,7 @@ use Gtk2;
 sub __ ($) { goto &Gimp::__ }
 sub main { goto &Gimp::main; }
 
-our $VERSION = "2.33";
+our $VERSION = "2.34";
 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/lib/Gimp/Fu.pm b/lib/Gimp/Fu.pm
index 30c43372..f42f4fcb 100644
--- a/lib/Gimp/Fu.pm
+++ b/lib/Gimp/Fu.pm
@@ -11,7 +11,7 @@ use FindBin qw($RealBin $RealScript);
 use File::stat;
 
 our $run_mode;
-our $VERSION = "2.33";
+our $VERSION = "2.34";
 
 # manual import
 sub __ ($) { goto &Gimp::__ }
diff --git a/lib/Gimp/Lib.pm b/lib/Gimp/Lib.pm
index f530fe60..d541175f 100644
--- a/lib/Gimp/Lib.pm
+++ b/lib/Gimp/Lib.pm
@@ -5,7 +5,7 @@ use warnings;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-   $VERSION = "2.33";
+   $VERSION = "2.34";
    require XSLoader;
    XSLoader::load Gimp::Lib $VERSION;
    warn "$$-Loading ".__PACKAGE__ if $Gimp::verbose >= 2;
diff --git a/lib/Gimp/Net.pm b/lib/Gimp/Net.pm
index a7c713eb..01fee91a 100644
--- a/lib/Gimp/Net.pm
+++ b/lib/Gimp/Net.pm
@@ -33,7 +33,7 @@ use IO::Socket;
 use Carp 'croak';
 use Fcntl qw(F_SETFD);
 
-$VERSION = "2.33";
+$VERSION = "2.34";
 bootstrap Gimp::Net $VERSION;
 
 my $PROTOCOL_VERSION = 5; # protocol version
diff --git a/lib/Gimp/Pod.pm b/lib/Gimp/Pod.pm
index e78d4824..a4a1c0e6 100644
--- a/lib/Gimp/Pod.pm
+++ b/lib/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.33";
+our $VERSION = "2.34";
 
 warn "$$-Loading ".__PACKAGE__ if $Gimp::verbose >= 2;
 
diff --git a/lib/Gimp/UI.pm b/lib/Gimp/UI.pm
index 962f5858..f4cb968f 100644
--- a/lib/Gimp/UI.pm
+++ b/lib/Gimp/UI.pm
@@ -15,7 +15,7 @@ use warnings;
 our (@ISA, $VERSION);
 BEGIN {
    no locale;
-   $VERSION = "2.33";
+   $VERSION = "2.34";
    eval {
       require XSLoader;
       XSLoader::load Gimp::UI $VERSION;
diff --git a/lib/Gimp/Util.pm b/lib/Gimp/Util.pm
index 9b70a20c..616d955e 100644
--- a/lib/Gimp/Util.pm
+++ b/lib/Gimp/Util.pm
@@ -14,7 +14,7 @@ our @EXPORT_OK = qw(
 
 sub __ ($); # declare - defined in Gimp
 
-our $VERSION = "2.33";
+our $VERSION = "2.34";
 
 sub get_state() {
    [


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