Changeset 2179


Ignore:
Timestamp:
12/23/08 09:46:57 (3 years ago)
Author:
tsee
Message:

move VERSION to a place where Gabor's VERSION-upgrading script finds it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/DB/Patch.pm

    r2039 r2179  
    44 
    55use strict; 
     6 
     7our $VERSION = '0.21'; 
     8 
    69use DBI      (); 
    710use Exporter (); 
     
    912use vars qw{$VERSION @ISA @EXPORT $FILE}; 
    1013BEGIN { 
    11     $VERSION = '0.21'; 
    1214    @ISA     = 'Exporter'; 
    1315    @EXPORT  = qw{ 
Note: See TracChangeset for help on using the changeset viewer.