Author: turnstep Date: Mon Apr 14 08:36:37 2008 New Revision: 11082 Modified: DBD-Pg/trunk/README.dev
Log: Fix release candidate numbers. Modified: DBD-Pg/trunk/README.dev ============================================================================== --- DBD-Pg/trunk/README.dev (original) +++ DBD-Pg/trunk/README.dev Mon Apr 14 08:36:37 2008 @@ -82,6 +82,7 @@ lib/Bundle/DBD/Pg.pm - Simple file used to enable perl -MCPAN -e 'install Bundle::DBD::Pg' Contains a version number. + * Distribution files: MANIFEST - lists which files should be included in the release tarball. @@ -129,6 +130,7 @@ types.h - Helper file for types.c + * Test files: t/dbdpg_test_setup.pl - Common connection, schema creation, and schema destruction subs. @@ -475,7 +477,7 @@ tweaks and bug fixes, and must be completely compatible with the version before it. Beta versions (aka release candidates) are the version with an underscore at the end of it. The -tells CPAN not to consider this a "real" release. For example, if the upcoming release is 2.2.3, +tells CPAN not to consider this a "real" release. For example, if the upcoming release is 2.2.4, the first release candidate would be 2.2.3_1. A second would be 2.2.3_2 etc. Version numbers are currently set in six files:
