Changeset 618

Show
Ignore:
Timestamp:
01/15/05 02:31:57 (4 years ago)
Author:
dom
Message:

add signature file to manifest, and update for 0.47

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r617 r618  
     10.47    15 January 2005 
    12        Fixed bug with list_all_versions for nodes with only one version. 
    23        Extended config changes to examples/reindex.pl (thanks jimbo). 
  • trunk/MANIFEST

    r602 r618  
    99README 
    1010README.CSS 
     11SIGNATURE 
    1112TROUBLESHOOTING 
    1213examples/london.css 
  • trunk/lib/OpenGuides.pm

    r608 r618  
    1414use vars qw( $VERSION ); 
    1515 
    16 $VERSION = '0.46'; 
     16$VERSION = '0.47'; 
    1717 
    1818=head1 NAME 
  • trunk/wiki.cgi

    r593 r618  
    55 
    66use vars qw( $VERSION ); 
    7 $VERSION = '0.46'; 
     7$VERSION = '0.47'; 
    88 
    99use CGI qw/:standard/;