Changeset 357

Show
Ignore:
Timestamp:
06/07/04 19:28:11 (4 years ago)
Author:
kake
Message:

Bumped version number.

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r355 r357  
    1 0.32 
     10.32    7 June 2004 
    22        Change auto-creating behaviour of index nodes (categories and 
    33        locales): instead of being created on access they are created when 
  • trunk/lib/OpenGuides.pm

    r335 r357  
    44use vars qw( $VERSION ); 
    55 
    6 $VERSION = '0.31'; 
     6$VERSION = '0.32'; 
    77 
    88=head1 NAME 
  • trunk/wiki.cgi

    r352 r357  
    55 
    66use vars qw( $VERSION ); 
    7 $VERSION = '0.31'; 
     7$VERSION = '0.32'; 
    88 
    99use CGI qw/:standard/;