Changeset 1034

Show
Ignore:
Timestamp:
05/13/07 09:34:25 (19 months ago)
Author:
dom
Message:

Pre-release bits

Location:
trunk
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r1031 r1034  
    44http://dev.openguides.org/log/trunk 
    55 
    6 0.60 
     60.60    13 May 2007 
    77        Removed footer search from edit page (shouldn't have been there). 
    88        Upgraded Module::Build requirement to cope with API change. 
  • trunk/lib/OpenGuides.pm

    r1027 r1034  
    1515use vars qw( $VERSION ); 
    1616 
    17 $VERSION = '0.59'; 
     17$VERSION = '0.60'; 
    1818 
    1919=head1 NAME 
     
    12101210</p> 
    12111211<p> 
    1212 Copyright &copy;2003-2006, <a href="http://openguides.org/">The OpenGuides 
     1212Copyright &copy;2003-2007, <a href="http://openguides.org/">The OpenGuides 
    12131213Project</a>. "OpenGuides", "[The] Open Guide To..." and "The guides made by 
    12141214you" are trademarks of The OpenGuides Project. Any uses on this site are made  
     
    20492049=head1 COPYRIGHT 
    20502050 
    2051      Copyright (C) 2003-2006 The OpenGuides Project.  All Rights Reserved. 
     2051     Copyright (C) 2003-2007 The OpenGuides Project.  All Rights Reserved. 
    20522052 
    20532053The OpenGuides distribution is free software; you can redistribute it 
  • trunk/lib/OpenGuides/Feed.pm

    r1026 r1034  
    408408=head1 COPYRIGHT 
    409409 
    410 Copyright (C) 2003-2006 The OpenGuides Project.  All Rights Reserved. 
     410Copyright (C) 2003-2007 The OpenGuides Project.  All Rights Reserved. 
    411411 
    412412This module is free software; you can redistribute it and/or modify it 
  • trunk/lib/OpenGuides/RDF.pm

    r1016 r1034  
    254254=head1 COPYRIGHT 
    255255 
    256 Copyright (C) 2003-2006 The OpenGuides Project.  All Rights Reserved. 
     256Copyright (C) 2003-2007 The OpenGuides Project.  All Rights Reserved. 
    257257 
    258258This module is free software; you can redistribute it and/or modify it 
  • trunk/lib/OpenGuides/Search.pm

    r1025 r1034  
    824824=head1 COPYRIGHT 
    825825 
    826      Copyright (C) 2003-2006 The OpenGuides Project.  All Rights Reserved. 
     826     Copyright (C) 2003-2007 The OpenGuides Project.  All Rights Reserved. 
    827827 
    828828The OpenGuides distribution is free software; you can redistribute it 
  • trunk/wiki.cgi

    r1027 r1034  
    55 
    66use vars qw( $VERSION ); 
    7 $VERSION = '0.59'; 
     7$VERSION = '0.60'; 
    88 
    99use CGI qw/:standard/;