Changeset 569

Show
Ignore:
Timestamp:
11/30/04 23:33:08 (4 years ago)
Author:
dom
Message:

Prepare to release 0.45.

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r559 r569  
    1  
     10.45    1 December 2004 
    22        Made the geolocation stuff work worldwide.  Squeeeeeee! 
    33        You can now choose between doing your distance calculations with 
  • trunk/PREREQUISITES

    r559 r569  
    1 Modules required by OpenGuides 0.44 
     1Modules required by OpenGuides 0.45 
    22=================================== 
    33 
  • trunk/lib/OpenGuides.pm

    r564 r569  
    1414use vars qw( $VERSION ); 
    1515 
    16 $VERSION = '0.44'; 
     16$VERSION = '0.45'; 
    1717 
    1818=head1 NAME 
  • trunk/wiki.cgi

    r563 r569  
    55 
    66use vars qw( $VERSION ); 
    7 $VERSION = '0.44'; 
     7$VERSION = '0.45'; 
    88 
    99use CGI qw/:standard/;