Bug 7941 : Fix version numbers in modules
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 10 Apr 2012 23:02:48 +0000 (11:02 +1200)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 11 Jun 2012 15:29:38 +0000 (17:29 +0200)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>

116 files changed:
C4/Accounts.pm
C4/Acquisition.pm
C4/Auth.pm
C4/Auth_with_cas.pm
C4/Auth_with_ldap.pm
C4/AuthoritiesMarc.pm
C4/AuthoritiesMarc/MARC21.pm
C4/AuthoritiesMarc/UNIMARC.pm
C4/BackgroundJob.pm
C4/Barcodes.pm
C4/Barcodes/PrinterConfig.pm
C4/Barcodes/annual.pm
C4/Barcodes/hbyymmincr.pm
C4/Barcodes/incremental.pm
C4/Biblio.pm
C4/Bookseller.pm
C4/Boolean.pm
C4/Branch.pm
C4/Breeding.pm
C4/Budgets.pm
C4/Charset.pm
C4/Circulation.pm
C4/ClassSortRoutine.pm
C4/ClassSortRoutine/Dewey.pm
C4/ClassSortRoutine/Generic.pm
C4/ClassSortRoutine/LCC.pm
C4/ClassSource.pm
C4/Context.pm
C4/Contract.pm
C4/Creators.pm
C4/Creators/Batch.pm
C4/Creators/Layout.pm
C4/Creators/Lib.pm
C4/Creators/PDF.pm
C4/Creators/Profile.pm
C4/Creators/Template.pm
C4/Csv.pm
C4/Dates.pm
C4/Debug.pm
C4/External/Amazon.pm
C4/External/BakerTaylor.pm
C4/External/Syndetics.pm
C4/Heading.pm
C4/Heading/MARC21.pm
C4/Heading/UNIMARC.pm
C4/ILSDI/Utility.pm
C4/Images.pm
C4/ImportBatch.pm
C4/ImportExportFramework.pm
C4/Input.pm
C4/Installer.pm [changed mode: 0755->0644]
C4/Installer/PerlModules.pm
C4/Items.pm
C4/Koha.pm
C4/Labels.pm
C4/Labels/Batch.pm
C4/Labels/Label.pm
C4/Labels/Layout.pm
C4/Labels/Profile.pm
C4/Labels/Template.pm
C4/Languages.pm
C4/Letters.pm
C4/Log.pm
C4/Maintainance.pm
C4/Matcher.pm
C4/Members.pm
C4/Members/AttributeTypes.pm
C4/Members/Attributes.pm
C4/Members/Messaging.pm
C4/NewsChannels.pm
C4/Output.pm
C4/Overdues.pm
C4/Patroncards.pm
C4/Patroncards/Batch.pm
C4/Patroncards/Layout.pm
C4/Patroncards/Lib.pm
C4/Patroncards/Patroncard.pm
C4/Patroncards/Profile.pm
C4/Patroncards/Template.pm
C4/Print.pm
C4/Ratings.pm
C4/Record.pm
C4/Reports.pm
C4/Reports/Guided.pm
C4/Reserves.pm
C4/Review.pm
C4/Ris.pm
C4/RotatingCollections.pm
C4/SIP/ILS/Item.pm
C4/SIP/ILS/Patron.pm
C4/SIP/ILS/Transaction/Checkout.pm
C4/SIP/ILS/Transaction/FeePayment.pm
C4/SIP/ILS/Transaction/Hold.pm
C4/SIP/SIPServer.pm
C4/SIP/Sip.pm
C4/SIP/Sip/MsgType.pm
C4/SMS.pm
C4/SQLHelper.pm
C4/Scheduler.pm
C4/Scrubber.pm
C4/Search.pm
C4/Serials.pm
C4/ShelfBrowser.pm
C4/Stats.pm
C4/Suggestions.pm
C4/Tags.pm
C4/TmplToken.pm
C4/TmplTokenType.pm
C4/UploadedFile.pm
C4/Utils.pm
C4/Utils/DataTables.pm
C4/VirtualShelves.pm
C4/VirtualShelves/Page.pm
C4/XISBN.pm
C4/XSLT.pm
C4/Z3950.pm

index b7aef01..86e8ebf 100644 (file)
@@ -29,7 +29,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.03;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA    = qw(Exporter);
        @EXPORT = qw(
index 9e077bd..52f5545 100644 (file)
@@ -37,7 +37,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
     # set the version for version checking
-    $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
     require Exporter;
     @ISA    = qw(Exporter);
     @EXPORT = qw(
index ffee1bb..3cfc69f 100644 (file)
@@ -41,7 +41,8 @@ BEGIN {
        if ( psgi_env ) { die 'psgi:exit' }
        else { exit }
     }
-    $VERSION     = 3.02;    # set version for version checking
+    $VERSION     = 3.07.00.049;   # set version for version checking
+
     $debug       = $ENV{DEBUG};
     @ISA         = qw(Exporter);
     @EXPORT      = qw(&checkauth &get_template_and_user &haspermission &get_user_subpermissions);
index e00e3a4..2e8e0b6 100644 (file)
@@ -32,7 +32,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $debug);
 
 BEGIN {
        require Exporter;
-       $VERSION = 3.03;        # set the version for version checking
+    $VERSION = 3.07.00.049;    # set the version for version checking
        $debug = $ENV{DEBUG};
        @ISA    = qw(Exporter);
        @EXPORT = qw(check_api_auth_cas checkpw_cas login_cas logout_cas login_cas_url);
index fc1d63b..0d00218 100644 (file)
@@ -35,7 +35,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $debug);
 
 BEGIN {
        require Exporter;
-       $VERSION = 3.10;        # set the version for version checking
+    $VERSION = 3.07.00.049;    # set the version for version checking
        @ISA    = qw(Exporter);
        @EXPORT = qw( checkpw_ldap );
 }
index 86d04f2..5ea5098 100644 (file)
@@ -31,7 +31,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
 
        require Exporter;
        @ISA = qw(Exporter);
index a148bbb..3701b92 100644 (file)
@@ -20,7 +20,7 @@ package C4::AuthoritiesMarc::MARC21;
 use strict;
 #use warnings; FIXME - Bug 2505
 use MARC::Record;
-our $VERSION = 3.00;
+our $VERSION = 3.07.00.049;
 
 =head1 NAME
 
index b089ec9..f93b42a 100644 (file)
@@ -19,7 +19,7 @@ package C4::AuthoritiesMarc::UNIMARC;
 
 use strict;
 #use warnings; FIXME - Bug 2505
-our $VERSION = 3.00;
+our $VERSION = 3.07.00.049;
 
 =head1 NAME
 
index 3dc3bce..efea3f5 100644 (file)
@@ -28,7 +28,7 @@ use vars qw($VERSION);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.00;
+    $VERSION = 3.07.00.049;
 }
 
 =head1 NAME
index 7bc384f..4a5fa19 100644 (file)
@@ -34,7 +34,7 @@ use vars qw($debug $cgi_debug);       # from C4::Debug, of course
 use vars qw($max $prefformat);
 
 BEGIN {
-    $VERSION = 0.01;
+    $VERSION = 3.07.00.049;
        require Exporter;
     @ISA = qw(Exporter);
     @EXPORT_OK = qw();
index af6a92e..25f48eb 100644 (file)
@@ -24,7 +24,7 @@ use PDF::API2::Page;
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 0.02;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @EXPORT = qw(&labelsPage &getLabelPosition setPositionsForX setPositionsForY);
 }
index aedb7e0..ae03274 100644 (file)
@@ -31,7 +31,7 @@ use vars qw($debug $cgi_debug);       # from C4::Debug, of course
 use vars qw($width);
 
 BEGIN {
-    $VERSION = 0.01;
+    $VERSION = 3.07.00.049;
     @ISA = qw(C4::Barcodes);
        $width = 4;
 }
index 8c2c182..ca3149f 100644 (file)
@@ -31,7 +31,7 @@ use vars qw($debug $cgi_debug);       # from C4::Debug, of course
 use vars qw($branch $width);
 
 BEGIN {
-    $VERSION = 0.01;
+    $VERSION = 3.07.00.049;
     @ISA = qw(C4::Barcodes);
 }
 
index 33b21bc..c1b38d2 100644 (file)
@@ -23,7 +23,7 @@ use warnings;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-    $VERSION = 0.01;
+    $VERSION = 3.07.00.049;
     @ISA = qw(C4::Barcodes);
 }
 
index 083cbae..1ab4fff 100644 (file)
@@ -40,7 +40,7 @@ use C4::OAI::Sets;
 use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
-    $VERSION = 1.00;
+    $VERSION = 3.07.00.049;
 
     require Exporter;
     @ISA = qw( Exporter );
index 3fded79..4b8e2a5 100644 (file)
@@ -24,7 +24,7 @@ use warnings;
 use base qw( Exporter );
 
 # set the version for version checking
-our $VERSION   = 4.01;
+our $VERSION   = 3.07.00.049;
 our @EXPORT_OK = qw(
   GetBookSeller GetBooksellersWithLateOrders GetBookSellerFromId
   ModBookseller
index 02c0014..46a3cc8 100644 (file)
@@ -27,7 +27,7 @@ use warnings;
 use Carp;
 use base qw(Exporter);
 
-our    $VERSION = 0.03;
+our    $VERSION = 3.07.00.049;
 our    @EXPORT_OK = qw( true_p);
 
 =head1 NAME
index 2153028..1959a3d 100644 (file)
@@ -25,7 +25,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.02;
+    $VERSION = 3.07.00.049;
        @ISA    = qw(Exporter);
        @EXPORT = qw(
                &GetBranchCategory
index c588c64..19bb7e2 100644 (file)
@@ -30,7 +30,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 0.02;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA = qw(Exporter);
        @EXPORT = qw(&ImportBreeding &BreedingSearch);
index 7c867e0..7a261d0 100644 (file)
@@ -28,7 +28,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA    = qw(Exporter);
        @EXPORT = qw(
index 8b69848..c294b36 100644 (file)
@@ -29,7 +29,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
     # set the version for version checking
-    $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
     require Exporter;
     @ISA    = qw(Exporter);
     @EXPORT = qw(
index d4329a7..96ae0d9 100644 (file)
@@ -47,7 +47,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
        require Exporter;
-       $VERSION = 3.02;        # for version checking
+    $VERSION = 3.07.00.049;    # for version checking
        @ISA    = qw(Exporter);
 
        # FIXME subs that should probably be elsewhere
index 9fce28e..04c24a5 100644 (file)
@@ -27,7 +27,7 @@ use C4::Context;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 # set the version for version checking
-$VERSION = 3.00;
+$VERSION = 3.07.00.049;
 
 =head1 NAME 
 
index 62a68b9..1f8b3ef 100644 (file)
@@ -23,7 +23,7 @@ use warnings;
 use vars qw($VERSION);
 
 # set the version for version checking
-$VERSION = 3.00;
+$VERSION = 3.07.00.049;
 
 =head1 NAME 
 
index 924e6a8..4f74323 100644 (file)
@@ -23,7 +23,7 @@ use warnings;
 use vars qw($VERSION);
 
 # set the version for version checking
-$VERSION = 3.00;
+$VERSION = 3.07.00.049;
 
 =head1 NAME 
 
index 4fcf731..6ec3846 100644 (file)
@@ -23,7 +23,7 @@ use warnings;
 use vars qw($VERSION);
 
 # set the version for version checking
-$VERSION = 3.00;
+$VERSION = 3.07.00.049;
 
 =head1 NAME 
 
index 5d76497..63f6c67 100644 (file)
@@ -27,7 +27,7 @@ use C4::ClassSortRoutine;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 # set the version for version checking
-$VERSION = 3.00;
+$VERSION = 3.07.00.049;
 
 =head1 NAME
 
index 67d31ee..9ce6c74 100644 (file)
@@ -95,7 +95,7 @@ BEGIN {
     $ismemcached = $memcached->set('ismemcached','1');
     }
 
-    $VERSION = '3.00.00.036';
+    $VERSION = '3.07.00.049';
 }
 
 use DBI;
index 0259470..28e4e75 100644 (file)
@@ -25,7 +25,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.2;
+    $VERSION = 3.07.00.049;
     require Exporter;
        @ISA    = qw(Exporter);
        @EXPORT = qw(
index 8be368c..e9e4dac 100644 (file)
@@ -18,7 +18,7 @@ package C4::Creators;
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
     use vars qw(@EXPORT @ISA);
     @ISA = qw(Exporter);
     our @EXPORT = qw(get_all_templates
index f54e3da..9306263 100644 (file)
@@ -9,7 +9,7 @@ use C4::Context;
 use C4::Debug;
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 sub _check_params {
index 73a19fa..a12532f 100644 (file)
@@ -10,7 +10,7 @@ use C4::Debug;
 use C4::Creators::PDF;
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 # FIXME: Consider this style parameter verification instead...
index 68a758b..67ee0e8 100644 (file)
@@ -26,7 +26,7 @@ use C4::Context;
 use C4::Debug;
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
     use base qw(Exporter);
     our @EXPORT = qw(get_all_templates
                      get_all_layouts
index 0aae09c..413b064 100644 (file)
@@ -23,7 +23,7 @@ use PDF::Reuse;
 use PDF::Reuse::Barcode;
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 sub _InitVars {
index 6b6e192..c94a219 100644 (file)
@@ -10,7 +10,7 @@ use C4::Debug;
 use C4::Creators::Lib 1.000000 qw(get_unit_values);
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 sub _check_params {
index 8a7564c..d80100e 100644 (file)
@@ -11,7 +11,7 @@ use C4::Creators::Profile 1.000000;
 use C4::Creators::Lib 1.000000 qw(get_unit_values);
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 sub _check_params {
index 07ce2eb..95cf634 100644 (file)
--- a/C4/Csv.pm
+++ b/C4/Csv.pm
@@ -26,7 +26,7 @@ use C4::Context;
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = 3.00;
+$VERSION = 3.07.00.049;
 
 @ISA = qw(Exporter);
 
index 6a3220e..4fd08ae 100644 (file)
@@ -31,7 +31,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 use vars qw($debug $cgi_debug);
 
 BEGIN {
-    $VERSION   = 0.04;
+    $VERSION   = 3.07.00.049;
     @ISA       = qw(Exporter);
     @EXPORT_OK = qw(format_date_in_iso format_date);
 }
index 2cbb350..b735ab8 100644 (file)
@@ -27,7 +27,7 @@ use vars qw($VERSION @ISA @EXPORT $debug $cgi_debug);
 # use vars qw(@EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
-       $VERSION = 1.00;        # set the version for version checking
+    $VERSION = 3.07.00.049;    # set the version for version checking
        @ISA       = qw(Exporter);
        @EXPORT    = qw($debug $cgi_debug);
        # @EXPOR_OK    = qw();
index 54141db..53ebbd3 100644 (file)
@@ -33,7 +33,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
     require Exporter;
-    $VERSION = 0.03;
+    $VERSION = 3.07.00.049;
     @ISA = qw(Exporter);
     @EXPORT = qw(
         get_amazon_details
index 7845811..3503db0 100644 (file)
@@ -32,7 +32,7 @@ use vars qw($user $pass $agent $image_url $link_url);
 
 BEGIN {
        require Exporter;
-       $VERSION = 0.01;
+    $VERSION = 3.07.00.049;
        @ISA = qw(Exporter);
        @EXPORT_OK = qw(&availability &content_cafe &image_url &link_url &http_jacket_link);
        %EXPORT_TAGS = (all=>\@EXPORT_OK);
index f94345d..3d518da 100644 (file)
@@ -30,7 +30,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
     require Exporter;
-    $VERSION = 0.03;
+    $VERSION = 3.07.00.049;
     @ISA = qw(Exporter);
     @EXPORT = qw(
         &get_syndetics_index
index 102cac6..dca4d1b 100644 (file)
@@ -25,7 +25,7 @@ use C4::Context;
 use Module::Load;
 use Carp;
 
-our $VERSION = 3.00;
+our $VERSION = 3.07.00.049;
 
 =head1 NAME
 
index d873e8d..964e5fd 100644 (file)
@@ -22,7 +22,7 @@ use warnings;
 use MARC::Record;
 use MARC::Field;
 
-our $VERSION = 3.00;
+our $VERSION = 3.07.00.049;
 
 =head1 NAME
 
index 7925345..a3b35b2 100644 (file)
@@ -24,7 +24,7 @@ use MARC::Record;
 use MARC::Field;
 use C4::Context;
 
-our $VERSION = 3.00;
+our $VERSION = 3.07.00.049;
 
 =head1 NAME
 
index 37220c6..b8c1457 100644 (file)
@@ -35,7 +35,7 @@ use vars qw($VERSION @ISA @EXPORT);
 BEGIN {
 
     # set the version for version checking
-    $VERSION = 3.00;
+    $VERSION = 3.07.00.049;
     require Exporter;
     @ISA    = qw(Exporter);
     @EXPORT = qw(
index 8afc8fa..8b17f1c 100644 (file)
@@ -30,7 +30,7 @@ use vars qw($debug $noimage $VERSION @ISA @EXPORT);
 BEGIN {
 
     # set the version for version checking
-    $VERSION = 3.03;
+    $VERSION = 3.07.00.049;
     require Exporter;
     @ISA    = qw(Exporter);
     @EXPORT = qw(
index 8d4a488..5bf79bf 100644 (file)
@@ -30,7 +30,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA    = qw(Exporter);
        @EXPORT = qw(
index d85e64f..b81b393 100644 (file)
@@ -31,7 +31,7 @@ use C4::Debug;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
-    $VERSION = 3.03;    # set version for version checking
+    $VERSION = 3.07.00.049;    # set version for version checking
     require Exporter;
     @ISA    = qw(Exporter);
     @EXPORT = qw(
index 2ee07f3..2e84dc2 100644 (file)
@@ -28,7 +28,7 @@ use CGI;
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = 0.01;
+$VERSION = 3.07.00.049;
 
 =head1 NAME
 
old mode 100755 (executable)
new mode 100644 (file)
index 43fd724..ccacd8e
@@ -20,7 +20,7 @@ package C4::Installer;
 use strict;
 #use warnings; FIXME - Bug 2505
 
-our $VERSION = 3.00;
+our $VERSION = 3.07.00.049;
 use C4::Context;
 use C4::Installer::PerlModules 1.000000;
 
index 1f9e57f..2f40cf5 100644 (file)
@@ -7,7 +7,7 @@ use File::Spec;
 
 use C4::Installer::PerlDependencies;
 
-use version; our $VERSION = qv('1.0.0_1');
+use version; our $VERSION = qv('3.07.00.049');
 
 our $PERL_DEPS = $C4::Installer::PerlDependencies::PERL_DEPS;
 
index 9c5c89e..2afe537 100644 (file)
@@ -36,7 +36,7 @@ use Data::Dumper; # used as part of logging item record changes, not just for
 use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
-    $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
 
        require Exporter;
     @ISA = qw( Exporter );
index ebb3eed..f19a017 100644 (file)
@@ -33,7 +33,7 @@ use autouse 'Data::Dumper' => qw(Dumper);
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $DEBUG);
 
 BEGIN {
-       $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA    = qw(Exporter);
        @EXPORT = qw(
index 43fa99d..6462ed8 100644 (file)
@@ -1,7 +1,7 @@
 package C4::Labels;
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 
     use C4::Labels::Batch 1.000000;
     use C4::Labels::Label 1.000000;
index 97825a2..1ccf76b 100644 (file)
@@ -8,7 +8,7 @@ use base qw(C4::Creators::Batch);
 use autouse 'Data::Dumper' => qw(Dumper);
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 __PACKAGE__ =~ m/^C4::(.+)::.+$/;
index d1ab98a..7b1fafd 100644 (file)
@@ -13,7 +13,7 @@ use C4::Debug;
 use C4::Biblio;
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 my $possible_decimal = qr/\d{3,}(?:\.\d+)?/; # at least three digits for a DDCN
index c1d749d..0501ea0 100644 (file)
@@ -8,7 +8,7 @@ use base qw(C4::Creators::Layout);
 use autouse 'Data::Dumper' => qw(Dumper);
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 __PACKAGE__ =~ m/^C4::(.+)::.+$/;
index 7792683..8f41357 100644 (file)
@@ -8,7 +8,7 @@ use base qw(C4::Creators::Profile);
 use autouse 'Data::Dumper' => qw(Dumper);
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 __PACKAGE__ =~ m/^C4::(.+)::.+$/;
index 7564d1d..17ccea4 100644 (file)
@@ -8,7 +8,7 @@ use base qw(C4::Creators::Template);
 use autouse 'Data::Dumper' => qw(Dumper);
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 use constant TEMPLATE_TABLE => 'creator_templates';
index 6f269ac..d0eed69 100644 (file)
@@ -37,7 +37,7 @@ eval {
 };
 
 BEGIN {
-    $VERSION = 3.00;
+    $VERSION = 3.07.00.049;
     require Exporter;
     @ISA    = qw(Exporter);
     @EXPORT = qw(
index e2012e1..514b355 100644 (file)
@@ -38,7 +38,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 BEGIN {
        require Exporter;
        # set the version for version checking
-       $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
        @ISA = qw(Exporter);
        @EXPORT = qw(
        &GetLetters &GetPreparedLetter &GetWrappedLetter &addalert &getalert &delalert &findrelatedto &SendAlerts &GetPrintMessages
index 6b8ff17..14448e3 100644 (file)
--- a/C4/Log.pm
+++ b/C4/Log.pm
@@ -31,7 +31,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA = qw(Exporter);
        @EXPORT = qw(&logaction &GetLogStatus &displaylog &GetLogs);
index aea6028..8726ef9 100644 (file)
@@ -29,7 +29,7 @@ require Exporter;
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = 0.01;
+$VERSION = 3.07.00.049;
 
 =head1 NAME
 
index d61964c..59b5876 100644 (file)
@@ -29,7 +29,7 @@ use vars qw($VERSION);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
 }
 
 =head1 NAME
index fd25844..2e59c91 100644 (file)
@@ -43,7 +43,7 @@ use Text::Unaccent qw( unac_string );
 our ($VERSION,@ISA,@EXPORT,@EXPORT_OK,$debug);
 
 BEGIN {
-    $VERSION = 3.02;
+    $VERSION = 3.07.00.049;
     $debug = $ENV{DEBUG} || 0;
     require Exporter;
     @ISA = qw(Exporter);
index d8d5508..3e33694 100644 (file)
@@ -25,7 +25,7 @@ use vars qw($VERSION);
 
 BEGIN {
     # set the version for version checking
-    $VERSION = 3.00;
+    $VERSION = 3.07.00.049;
 }
 
 =head1 NAME
index cde25d1..e175915 100644 (file)
@@ -29,7 +29,7 @@ our ($csv, $AttributeTypes);
 
 BEGIN {
     # set the version for version checking
-    $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
     @ISA = qw(Exporter);
     @EXPORT_OK = qw(GetBorrowerAttributes GetBorrowerAttributeValue CheckUniqueness SetBorrowerAttributes
                     DeleteBorrowerAttribute UpdateBorrowerAttribute
index 1a9e3c4..033c694 100644 (file)
@@ -25,7 +25,7 @@ use vars qw($VERSION);
 
 BEGIN {
     # set the version for version checking
-    $VERSION = 3.00;
+    $VERSION = 3.07.00.049;
 }
 
 =head1 NAME
index e68d6ff..0201729 100644 (file)
@@ -26,7 +26,7 @@ use C4::Dates qw(format_date);
 use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN { 
-       $VERSION = 3.01;        # set the version for version checking
+    $VERSION = 3.07.00.049;    # set the version for version checking
        @ISA = qw(Exporter);
        @EXPORT = qw(
                &GetNewsToDisplay
index 8d12552..21002c0 100644 (file)
@@ -37,7 +37,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
     # set the version for version checking
-    $VERSION = 3.03;
+    $VERSION = 3.07.00.049;
     require Exporter;
 
  @ISA    = qw(Exporter);
index c7430c9..ffdeaf5 100644 (file)
@@ -33,7 +33,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA    = qw(Exporter);
        # subs to rename (and maybe merge some...)
index e833193..748243d 100644 (file)
@@ -1,7 +1,7 @@
 package C4::Patroncards;
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
     use vars qw(@EXPORT @ISA);
     @ISA = qw(Exporter);
     our @EXPORT = qw(unpack_UTF8
index 510f4fe..11c0661 100644 (file)
@@ -8,7 +8,7 @@ use base qw(C4::Creators::Batch);
 use autouse 'Data::Dumper' => qw(Dumper);
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 __PACKAGE__ =~ m/^C4::(.+)::.+$/;
index e14d4f2..ab215ad 100644 (file)
@@ -8,7 +8,7 @@ use base qw(C4::Creators::Layout);
 use autouse 'Data::Dumper' => qw(Dumper);
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 __PACKAGE__ =~ m/^C4::(.+)::.+$/;
index a02fb48..9d1d3ed 100644 (file)
@@ -26,7 +26,7 @@ use C4::Context;
 use C4::Debug;
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
     use base qw(Exporter);
     our @EXPORT = qw(unpack_UTF8
                      text_alignment
index 56abe58..440a05c 100644 (file)
@@ -29,7 +29,7 @@ use C4::Creators::PDF 1.000000 qw(StrWidth);
 use C4::Patroncards::Lib 1.000000 qw(unpack_UTF8 text_alignment leading box get_borrower_attributes);
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 sub new {
index 0553288..4842b3f 100644 (file)
@@ -8,7 +8,7 @@ use base qw(C4::Creators::Profile);
 use autouse 'Data::Dumper' => qw(Dumper);
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 __PACKAGE__ =~ m/^C4::(.+)::.+$/;
index f2af512..5cfd7ca 100644 (file)
@@ -8,7 +8,7 @@ use base qw(C4::Creators::Template);
 use autouse 'Data::Dumper' => qw(Dumper);
 
 BEGIN {
-    use version; our $VERSION = qv('1.0.0_1');
+    use version; our $VERSION = qv('3.07.00.049');
 }
 
 use constant TEMPLATE_TABLE => 'creator_templates';
index 2ee0116..12aa107 100644 (file)
@@ -25,7 +25,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA    = qw(Exporter);
     @EXPORT = qw(&NetworkPrint);
index 43870f3..b9ae7de 100644 (file)
@@ -29,7 +29,7 @@ use C4::Context;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
-    $VERSION = 3.00;
+    $VERSION = 3.07.00.049;
     @ISA     = qw(Exporter);
 
     @EXPORT = qw(
index 89bde32..ed91196 100644 (file)
@@ -39,7 +39,7 @@ use Text::CSV::Encoded; #marc2csv
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = 3.00;
+$VERSION = 3.07.00.049;
 
 @ISA = qw(Exporter);
 
index 3e2f195..104858e 100644 (file)
@@ -27,7 +27,7 @@ use C4::Debug;
 
 BEGIN {
     # set the version for version checking
-    $VERSION = 0.13;
+    $VERSION = 3.07.00.049;
     require Exporter;
     @ISA = qw(Exporter);
     @EXPORT = qw(
index 04b3d53..f1ebe0c 100644 (file)
@@ -35,7 +35,7 @@ use C4::Debug;
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 0.12;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA = qw(Exporter);
        @EXPORT = qw(
index 32f966d..585d1e5 100644 (file)
@@ -88,7 +88,7 @@ This modules provides somes functions to deal with reservations.
 
 BEGIN {
     # set the version for version checking
-    $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
     require Exporter;
     @ISA = qw(Exporter);
     @EXPORT = qw(
index a113d4e..dd989ed 100644 (file)
@@ -26,7 +26,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.00;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA    = qw(Exporter);
        @EXPORT = qw(getreview savereview updatereview numberofreviews numberofreviewsbybiblionumber
index dc86353..ce32ea9 100644 (file)
--- a/C4/Ris.pm
+++ b/C4/Ris.pm
@@ -65,7 +65,7 @@ package C4::Ris;
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = 3.00;
+$VERSION = 3.07.00.049;
 
 @ISA = qw(Exporter);
 
index b576868..d8b94b3 100644 (file)
@@ -37,7 +37,7 @@ use Data::Dumper;
 use vars qw($VERSION @ISA @EXPORT);
 
 # set the version for version checking
-$VERSION = 0.01;
+$VERSION = 3.07.00.049;
 
 =head1 NAME
 
index 1e900bd..80e8740 100644 (file)
@@ -25,7 +25,7 @@ use C4::Reserves;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
 
 BEGIN {
-       $VERSION = 2.11;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA = qw(Exporter);
        @EXPORT_OK = qw();
index 99fd6e7..f7400f4 100644 (file)
@@ -26,7 +26,7 @@ use Digest::MD5 qw(md5_base64);
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
 
 BEGIN {
-       $VERSION = 2.03;
+    $VERSION = 3.07.00.049;
        @ISA = qw(Exporter);
        @EXPORT_OK = qw(invalid_patron);
 }
index d483e16..7fa21d5 100644 (file)
@@ -24,7 +24,7 @@ use C4::Debug;
 use vars qw($VERSION @ISA $debug);
 
 BEGIN {
-       $VERSION = 1.03;
+    $VERSION = 3.07.00.049;
        @ISA = qw(ILS::Transaction);
 }
 
index 3026296..19bdd04 100644 (file)
@@ -27,7 +27,7 @@ use base qw(ILS::Transaction);
 use vars qw($VERSION @ISA $debug);
 
 our $debug   = 0;
-our $VERSION = 1.00;
+our $VERSION = 3.07.00.049;
 
 my %fields = ();
 
index 22abf65..4644b73 100644 (file)
@@ -16,7 +16,7 @@ use C4::Biblio;               # GetBiblioFromItemNumber GetBiblioItemByBiblioNumber
 use vars qw($VERSION @ISA);
 
 BEGIN {
-    $VERSION = 1.01;
+    $VERSION = 3.07.00.049;
            @ISA = qw(ILS::Transaction);
 }
 
index c6de11e..bab51e8 100644 (file)
@@ -21,7 +21,7 @@ use constant LOG_SIP => "local6"; # Local alias for the logging facility
 use vars qw(@ISA $VERSION);
 
 BEGIN {
-       $VERSION = 1.02;
+    $VERSION = 3.07.00.049;
        @ISA = qw(Net::Server::PreFork);
 }
 
index 4e3f299..e9e1392 100644 (file)
@@ -20,7 +20,7 @@ use Sip::Checksum qw(checksum);
 use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
-       $VERSION = 1.00;
+    $VERSION = 3.07.00.049;
        @ISA = qw(Exporter);
 
        @EXPORT_OK = qw(y_or_n timestamp add_field maybe_add add_count
index c3914c0..cc6b6d5 100644 (file)
@@ -24,7 +24,7 @@ use UNIVERSAL qw(can);        # make sure this is *after* C4 modules.
 use vars qw(@ISA $VERSION @EXPORT_OK);
 
 BEGIN {
-       $VERSION = 1.01;
+    $VERSION = 3.07.00.049;
        @ISA = qw(Exporter);
        @EXPORT_OK = qw(handle);
 }
index b4b1992..24580d6 100644 (file)
--- a/C4/SMS.pm
+++ b/C4/SMS.pm
@@ -40,7 +40,7 @@ use C4::Context;
 use vars qw( $VERSION );
 
 BEGIN {
-    $VERSION = 0.03;
+    $VERSION = 3.07.00.049;
 }
 
 =head1 METHODS
index e1cb5d0..703c28d 100644 (file)
@@ -46,7 +46,7 @@ eval {
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 0.5;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA    = qw(Exporter);
 @EXPORT_OK=qw(
index e4bdb9b..fe7e2ce 100644 (file)
@@ -26,7 +26,7 @@ use Schedule::At;
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 0.02;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA = qw(Exporter);
        @EXPORT =
index a78865d..519ee7f 100644 (file)
@@ -27,7 +27,7 @@ use HTML::Scrubber;
 use C4::Context;
 use C4::Debug;
 
-our $VERSION = 0.02;
+our $VERSION = v3.07.00.049;
 
 
 my %scrubbertypes = (
index c786080..ee7d8d9 100644 (file)
@@ -39,7 +39,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $DEBUG);
 
 # set the version for version checking
 BEGIN {
-    $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
     $DEBUG = ($ENV{DEBUG}) ? 1 : 0;
 }
 
index 07f0948..8e5bbcb 100644 (file)
@@ -30,7 +30,7 @@ use C4::Debug;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
-    $VERSION = 3.01;    # set version for version checking
+    $VERSION = 3.07.00.049;    # set version for version checking
     require Exporter;
     @ISA    = qw(Exporter);
     @EXPORT = qw(
index ee91bf4..449190f 100644 (file)
@@ -30,7 +30,7 @@ use C4::Koha;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
 
 BEGIN {
-       $VERSION = 3.02;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA    = qw(Exporter);
        @EXPORT = qw(
index 11710f8..7457983 100644 (file)
@@ -29,7 +29,7 @@ our $debug;
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
        @ISA    = qw(Exporter);
        @EXPORT = qw(
                &UpdateStats
index 60d0e99..0cb484a 100644 (file)
@@ -32,7 +32,7 @@ use C4::Letters;
 use List::MoreUtils qw<any>;
 use C4::Dates qw(format_date_in_iso);
 use base qw(Exporter);
-our $VERSION = 3.01;
+our $VERSION = 3.07.00.049;
 our @EXPORT  = qw<
     ConnectSuggestionAndBiblio
     CountSuggestion
index 700be18..4786b2c 100644 (file)
@@ -31,7 +31,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 use vars qw($ext_dict $select_all @fields);
 
 BEGIN {
-       $VERSION = 0.03;
+    $VERSION = 3.07.00.049;
        @ISA = qw(Exporter);
        @EXPORT_OK = qw(
                &get_tag &get_tags &get_tag_rows
index 8122e71..819d304 100644 (file)
@@ -39,7 +39,7 @@ This is a class representing a token scanned from an HTML::Template .tmpl file.
 
 ###############################################################################
 
-$VERSION = 0.01;
+$VERSION = 3.07.00.049;
 
 @ISA = qw(Exporter);
 @EXPORT_OK = qw();
index 2a2d9fe..f723d76 100644 (file)
@@ -38,7 +38,7 @@ The predefined constants are
 
 ###############################################################################
 
-$VERSION = 0.01;
+$VERSION = 3.07.00.049;
 
 @ISA = qw(Exporter);
 @EXPORT_OK = qw(
index e8c9080..b7bcd37 100644 (file)
@@ -28,7 +28,7 @@ use vars qw($VERSION);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.00;
+    $VERSION = 3.07.00.049;
 }
 
 =head1 NAME
index 7502902..31d50eb 100644 (file)
@@ -27,7 +27,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $debug);
 
 BEGIN {
        require Exporter;
-       $VERSION = 1.00;        # set the version for version checking
+    $VERSION = 3.07.00.049;        # set the version for version checking
        $debug = $ENV{DEBUG} || 0;
        @ISA    = qw(Exporter);
        @EXPORT_OK = qw(&maxwidth &hashdump);
index 9a8e4e4..d658090 100644 (file)
@@ -23,7 +23,7 @@ require Exporter;
 use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
-    $VERSION    = 3.04,
+    $VERSION    = 3.07.00.049,
 
     @ISA        = qw(Exporter);
     @EXPORT     = qw(dt_build_orderby dt_build_having dt_get_params dt_build_query);
index 8ecb603..20f3620 100644 (file)
@@ -33,7 +33,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
 
 BEGIN {
     # set the version for version checking
-    $VERSION = 3.02;
+    $VERSION = 3.07.00.049;
     require Exporter;
     @ISA    = qw(Exporter);
     @EXPORT = qw(
index 09ec7c9..f21fd85 100644 (file)
@@ -44,7 +44,7 @@ use constant VIRTUALSHELVES_COUNT => 20;
 use vars qw($debug @EXPORT @ISA $VERSION);
 
 BEGIN {
-    $VERSION = 1.01;
+    $VERSION = 3.07.00.049;
     @ISA     = qw(Exporter);
     @EXPORT  = qw(&shelfpage);
     $debug   = $ENV{DEBUG} || 0;
index 13abf25..8616c95 100644 (file)
@@ -31,7 +31,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 
 BEGIN {
        require Exporter;
-       $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
        @ISA = qw(Exporter);
        @EXPORT_OK = qw(
                &get_xisbns
index 56ba544..cbe1ff0 100644 (file)
@@ -39,7 +39,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
     require Exporter;
-    $VERSION = 0.03;
+    $VERSION = 3.07.00.049;
     @ISA = qw(Exporter);
     @EXPORT = qw(
         &XSLTParse4Display
index e1cb86a..e5130d6 100644 (file)
@@ -38,7 +38,7 @@ use vars qw($VERSION @ISA @EXPORT);
 
 BEGIN {
        # set the version for version checking
-       $VERSION = 3.01;
+    $VERSION = 3.07.00.049;
        require Exporter;
        @ISA = qw(Exporter);
        @EXPORT = qw(