Changeset 327

Show
Ignore:
Timestamp:
06/06/06 21:01:48 (6 years ago)
Author:
dom
Message:

version update and release

Location:
wiki-toolkit/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit/trunk/Changes

    r319 r327  
    1 0.69_04 
     10.70    6 June 2006 
    22        Feed code has been refactored. 
    33        Check that the database schema is up-to-date when initializing the 
     
    77          sure we can create the tables and indexes before dropping the old 
    88          tables. 
     9        Other miscellaneous fixes. 
    910 
    10110.69_03 13 May 2006 
  • wiki-toolkit/trunk/lib/Wiki/Toolkit.pm

    r302 r327  
    44 
    55use vars qw( $VERSION ); 
    6 $VERSION = '0.69_03'; 
     6$VERSION = '0.70'; 
    77 
    88use Carp qw(croak carp);