Changeset 1256 for trunk

Show
Ignore:
Timestamp:
02/23/09 13:14:20 (19 months ago)
Author:
dom
Message:

Bump version numbers and copyright years for release

Location:
trunk
Files:
9 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/OpenGuides.pm

    r1240 r1256  
    1515use vars qw( $VERSION ); 
    1616 
    17 $VERSION = '0.63'; 
     17$VERSION = '0.64'; 
    1818 
    1919=head1 NAME 
  • trunk/lib/OpenGuides/CGI.pm

    r1254 r1256  
    22use strict; 
    33use vars qw( $VERSION ); 
    4 $VERSION = '0.08'; 
     4$VERSION = '0.09'; 
    55 
    66use Carp qw( croak ); 
     
    308308=head1 COPYRIGHT 
    309309 
    310      Copyright (C) 2003-2007 The OpenGuides Project.  All Rights Reserved. 
     310     Copyright (C) 2003-2008 The OpenGuides Project.  All Rights Reserved. 
    311311 
    312312This module is free software; you can redistribute it and/or modify it 
  • trunk/lib/OpenGuides/Config.pm

    r1240 r1256  
    44 
    55use vars qw( $VERSION ); 
    6 $VERSION = '0.04'; 
     6$VERSION = '0.05'; 
    77 
    88use Carp qw( croak ); 
  • trunk/lib/OpenGuides/JSON.pm

    r1227 r1256  
    285285=head1 COPYRIGHT 
    286286 
    287 Copyright (C) 2003-2005 The OpenGuides Project.  All Rights Reserved. 
     287Copyright (C) 2003-2008 The OpenGuides Project.  All Rights Reserved. 
    288288 
    289289This module is free software; you can redistribute it and/or modify it 
  • trunk/lib/OpenGuides/RDF.pm

    r1232 r1256  
    66 
    77use vars qw( $VERSION ); 
    8 $VERSION = '0.12'; 
     8$VERSION = '0.13'; 
    99 
    1010use Time::Piece; 
  • trunk/lib/OpenGuides/Template.pm

    r1236 r1256  
    33use strict; 
    44use vars qw( $VERSION ); 
    5 $VERSION = '0.13'; 
     5$VERSION = '0.14'; 
    66 
    77use Carp qw( croak ); 
  • trunk/lib/OpenGuides/Test.pm

    r1240 r1256  
    55use strict; 
    66use vars qw( $VERSION ); 
    7 $VERSION = '0.04'; 
     7$VERSION = '0.05'; 
    88 
    99use CGI; 
  • trunk/lib/OpenGuides/Utils.pm

    r1247 r1256  
    33use strict; 
    44use vars qw( $VERSION ); 
    5 $VERSION = '0.11'; 
     5$VERSION = '0.12'; 
    66 
    77use Carp qw( croak ); 
  • trunk/wiki.cgi

    r1227 r1256  
    66 
    77use vars qw( $VERSION ); 
    8 $VERSION = '0.63'; 
     8$VERSION = '0.64'; 
    99 
    1010use CGI qw/:standard/;