[gimp-perl] Changed format of version number to be more like that of a Perl module.
- From: Kevin Cozens <kcozens src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-perl] Changed format of version number to be more like that of a Perl module.
- Date: Wed, 8 Jan 2014 03:57:23 +0000 (UTC)
commit 992176432cdf1163ac7b07731f33de9fd1e24b8f
Author: Kevin Cozens <kevin ve3syb ca>
Date: Tue Jan 7 22:53:17 2014 -0500
Changed format of version number to be more like that of a Perl module.
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 +-
utils/embedxpm | 2 +-
utils/gimpdoc | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/Gimp.pm b/Gimp.pm
index 5d1cc99..04a3190 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.3;
+ $VERSION = 2.3001;
eval {
require XSLoader;
XSLoader::load Gimp $VERSION;
diff --git a/Gimp/Compat.pm b/Gimp/Compat.pm
index 2d41897..18d4b4c 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.3;
+$VERSION = 2.3001;
use Gimp ('croak', '__');
diff --git a/Gimp/Lib.pm b/Gimp/Lib.pm
index b584433..e645555 100644
--- a/Gimp/Lib.pm
+++ b/Gimp/Lib.pm
@@ -4,7 +4,7 @@ use strict;
use vars qw($VERSION @ISA);
BEGIN {
- $VERSION = 2.3;
+ $VERSION = 2.3001;
require XSLoader;
XSLoader::load Gimp::Lib $VERSION;
}
diff --git a/Gimp/Module.pm b/Gimp/Module.pm
index 4515039..ecb4137 100644
--- a/Gimp/Module.pm
+++ b/Gimp/Module.pm
@@ -19,7 +19,7 @@ package Gimp::Module;
use base qw(DynaLoader);
require DynaLoader;
-$VERSION=2.3;
+$VERSION = 2.3001;
bootstrap Gimp::Module;
diff --git a/Gimp/Pod.pm b/Gimp/Pod.pm
index 9d2c00e..b9357df 100644
--- a/Gimp/Pod.pm
+++ b/Gimp/Pod.pm
@@ -1,6 +1,6 @@
package Gimp::Pod;
-$VERSION=2.3;
+$VERSION = 2.3001;
sub myqx(&) {
local $/;
diff --git a/Gimp/Util.pm b/Gimp/Util.pm
index 8611001..00d5dd5 100644
--- a/Gimp/Util.pm
+++ b/Gimp/Util.pm
@@ -51,7 +51,7 @@ require Exporter;
use Gimp;
-$VERSION=2.3;
+$VERSION = 2.3001;
##############################################################################
=pod
diff --git a/Net/Net.pm b/Net/Net.pm
index 5a41fda..34806b9 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.3;
+$VERSION = 2.3001;
bootstrap Gimp::Net $VERSION;
diff --git a/UI/UI.pm b/UI/UI.pm
index b83e5c2..d692f34 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.3;
+$VERSION = 2.3001;
if (eval { require Gtk2; import Gtk2 (); 1 }) {
local $/;
diff --git a/utils/embedxpm b/utils/embedxpm
index b25fc74..53622eb 100755
--- a/utils/embedxpm
+++ b/utils/embedxpm
@@ -56,7 +56,7 @@ Marc Lehmann <pcg goof com>
use File::Slurp;
-$VERSION=1.0002;
+$VERSION = 1.0002;
if (@ARGV != 3) {
die "Usage: $0 xpm_file perl_source picture_name\n";
diff --git a/utils/gimpdoc b/utils/gimpdoc
index 6080a08..0feaa6d 100755
--- a/utils/gimpdoc
+++ b/utils/gimpdoc
@@ -4,7 +4,7 @@ use Gimp qw(:consts spawn_options=no-data);
use Getopt::Std;
#use Config '%Config';
-$VERSION=2.3;
+$VERSION = 2.3001;
getopts('rw:');
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]