Changeset 1163 for trunk

Show
Ignore:
Timestamp:
06/08/08 00:23:32 (7 months ago)
Author:
dom
Message:

update version numbers and copyright years

Location:
trunk
Files:
8 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/OpenGuides.pm

    r1141 r1163  
    1515use vars qw( $VERSION ); 
    1616 
    17 $VERSION = '0.61'; 
     17$VERSION = '0.62'; 
    1818 
    1919=head1 NAME 
     
    22442244=head1 COPYRIGHT 
    22452245 
    2246      Copyright (C) 2003-2007 The OpenGuides Project.  All Rights Reserved. 
     2246     Copyright (C) 2003-2008 The OpenGuides Project.  All Rights Reserved. 
    22472247 
    22482248The OpenGuides distribution is free software; you can redistribute it 
  • trunk/lib/OpenGuides/Build.pm

    r1116 r1163  
    44 
    55use vars qw( $VERSION ); 
    6 $VERSION = '0.01'; 
     6$VERSION = '0.02'; 
    77 
    88use Module::Build; 
  • trunk/lib/OpenGuides/Config.pm

    r1117 r1163  
    44 
    55use vars qw( $VERSION ); 
    6 $VERSION = '0.02'; 
     6$VERSION = '0.03'; 
    77 
    88use Carp qw( croak ); 
     
    343343=head1 COPYRIGHT 
    344344 
    345      Copyright (C) 2004-2007 The OpenGuides Project.  All Rights Reserved. 
     345     Copyright (C) 2004-2008 The OpenGuides Project.  All Rights Reserved. 
    346346 
    347347The OpenGuides distribution is free software; you can redistribute it 
  • trunk/lib/OpenGuides/RDF.pm

    r1133 r1163  
    66 
    77use vars qw( $VERSION ); 
    8 $VERSION = '0.10'; 
     8$VERSION = '0.11'; 
    99 
    1010use Time::Piece; 
     
    284284=head1 COPYRIGHT 
    285285 
    286 Copyright (C) 2003-2007 The OpenGuides Project.  All Rights Reserved. 
     286Copyright (C) 2003-2008 The OpenGuides Project.  All Rights Reserved. 
    287287 
    288288This module is free software; you can redistribute it and/or modify it 
  • trunk/lib/OpenGuides/Search.pm

    r1140 r1163  
    11package OpenGuides::Search; 
    22use strict; 
    3 our $VERSION = '0.11'; 
     3our $VERSION = '0.12'; 
    44 
    55use CGI qw( :standard ); 
     
    832832=head1 COPYRIGHT 
    833833 
    834      Copyright (C) 2003-2007 The OpenGuides Project.  All Rights Reserved. 
     834     Copyright (C) 2003-2008 The OpenGuides Project.  All Rights Reserved. 
    835835 
    836836The OpenGuides distribution is free software; you can redistribute it 
  • trunk/lib/OpenGuides/Test.pm

    r1161 r1163  
    55use strict; 
    66use vars qw( $VERSION ); 
    7 $VERSION = '0.03'; 
     7$VERSION = '0.04'; 
    88 
    99use CGI; 
     
    211211=head1 COPYRIGHT 
    212212 
    213   Copyright (C) 2004-2007 The OpenGuides Project.  All Rights Reserved. 
     213  Copyright (C) 2004-2008 The OpenGuides Project.  All Rights Reserved. 
    214214 
    215215This module is free software; you can redistribute it and/or modify it 
  • trunk/lib/OpenGuides/Utils.pm

    r1161 r1163  
    33use strict; 
    44use vars qw( $VERSION ); 
    5 $VERSION = '0.10'; 
     5$VERSION = '0.11'; 
    66 
    77use Carp qw( croak ); 
     
    500500=head1 COPYRIGHT 
    501501 
    502      Copyright (C) 2003-2007 The OpenGuides Project.  All Rights Reserved. 
     502     Copyright (C) 2003-2008 The OpenGuides Project.  All Rights Reserved. 
    503503 
    504504This module is free software; you can redistribute it and/or modify it 
  • trunk/wiki.cgi

    r1162 r1163  
    66 
    77use vars qw( $VERSION ); 
    8 $VERSION = '0.61'; 
     8$VERSION = '0.62'; 
    99 
    1010use CGI qw/:standard/;