[WTF CVS] wtf/lib/WTF/Pages Admin.pm, 1.9, 1.10 Input.pm, 1.15, 1.16 Reports.pm, 1.14, 1.15
Brought to you by:
gryphonshafer
From: Gryphon S. <gry...@us...> - 2007-03-09 22:35:17
|
Update of /cvsroot/wtf-tracker/wtf/lib/WTF/Pages In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25182/lib/WTF/Pages Modified Files: Admin.pm Input.pm Reports.pm Log Message: Updated version number for next release Index: Reports.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/Pages/Reports.pm,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Reports.pm 2 Jan 2007 23:39:16 -0000 1.14 --- Reports.pm 9 Mar 2007 22:35:13 -0000 1.15 *************** *** 1,4 **** package WTF::Pages::Reports; ! our $VERSION = 1.03; use strict; use warnings; --- 1,4 ---- package WTF::Pages::Reports; ! our $VERSION = 1.04; use strict; use warnings; *************** *** 617,621 **** =head1 VERSION ! This document describes WTF::Pages::Reports version 1.03 =head1 SYNOPSIS --- 617,621 ---- =head1 VERSION ! This document describes WTF::Pages::Reports version 1.04 =head1 SYNOPSIS Index: Admin.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/Pages/Admin.pm,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Admin.pm 2 Jan 2007 23:39:16 -0000 1.9 --- Admin.pm 9 Mar 2007 22:35:12 -0000 1.10 *************** *** 1,4 **** package WTF::Pages::Admin; ! our $VERSION = 1.03; use strict; use warnings; --- 1,4 ---- package WTF::Pages::Admin; ! our $VERSION = 1.04; use strict; use warnings; *************** *** 499,503 **** =head1 VERSION ! This document describes WTF::Pages::Admin version 1.03 =head1 SYNOPSIS --- 499,503 ---- =head1 VERSION ! This document describes WTF::Pages::Admin version 1.04 =head1 SYNOPSIS Index: Input.pm =================================================================== RCS file: /cvsroot/wtf-tracker/wtf/lib/WTF/Pages/Input.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Input.pm 3 Jan 2007 21:28:43 -0000 1.15 --- Input.pm 9 Mar 2007 22:35:13 -0000 1.16 *************** *** 1,4 **** package WTF::Pages::Input; ! our $VERSION = 1.03; use strict; use warnings; --- 1,4 ---- package WTF::Pages::Input; ! our $VERSION = 1.04; use strict; use warnings; *************** *** 426,430 **** =head1 VERSION ! This document describes WTF::Pages::Input version 1.03 =head1 SYNOPSIS --- 426,430 ---- =head1 VERSION ! This document describes WTF::Pages::Input version 1.04 =head1 SYNOPSIS |