Changeset 674 for trunk

Show
Ignore:
Timestamp:
10/02/05 19:37:40 (3 years ago)
Author:
dom
Message:

Release.

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r673 r674  
     10.50    2 October 2005 
     2        Remove rogue ampersand that had crept into the RSS feed. 
     3         
    140.49    24 July 2005 
    25        Add updated prerequisite on CGI::Wiki::Plugin::RSS::ModWiki (fixes 
    36        a test failure) 
    4         Remove rogue ampersand that had crept into the RSS feed. 
    57 
    680.48    24 July 2005 
  • trunk/PREREQUISITES

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

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

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