Changeset 670

Show
Ignore:
Timestamp:
07/24/05 01:30:57 (3 years ago)
Author:
dom
Message:

another release

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r667 r670  
     10.49    24 July 2005 
     2        Add updated prerequisite on CGI::Wiki::Plugin::RSS::ModWiki (fixes 
     3        a test failure) 
     4 
    150.48    24 July 2005 
    26        RDF enhancements: 
  • trunk/PREREQUISITES

    r665 r670  
    1 Modules required by OpenGuides 0.48 
     1Modules required by OpenGuides 0.49 
    22=================================== 
    33 
  • trunk/lib/OpenGuides.pm

    r661 r670  
    1414use vars qw( $VERSION ); 
    1515 
    16 $VERSION = '0.48'; 
     16$VERSION = '0.49'; 
    1717 
    1818=head1 NAME 
  • trunk/wiki.cgi

    r661 r670  
    55 
    66use vars qw( $VERSION ); 
    7 $VERSION = '0.48'; 
     7$VERSION = '0.49'; 
    88 
    99use CGI qw/:standard/;