[Apache-dispatch-devel] SF.net SVN: apache-dispatch:[79] trunk
Brought to you by:
geoffrey_young,
phred_moyer
|
From: <phr...@us...> - 2009-04-25 23:12:18
|
Revision: 79
http://apache-dispatch.svn.sourceforge.net/apache-dispatch/?rev=79&view=rev
Author: phred_moyer
Date: 2009-04-25 23:12:13 +0000 (Sat, 25 Apr 2009)
Log Message:
-----------
Start 0.13 dev cycle
Modified Paths:
--------------
trunk/Changes
trunk/lib/Apache/Dispatch/Util.pm
Modified: trunk/Changes
===================================================================
--- trunk/Changes 2009-04-25 23:10:40 UTC (rev 78)
+++ trunk/Changes 2009-04-25 23:12:13 UTC (rev 79)
@@ -1,5 +1,7 @@
Revision history for Perl extension Apache::Dispatch
+0.13-dev
+
0.12 04.25.2009 16:06 PST
- set library versions to $Apache::Dispatch::Util::VERSION so PAUSE
can index them correctly
Modified: trunk/lib/Apache/Dispatch/Util.pm
===================================================================
--- trunk/lib/Apache/Dispatch/Util.pm 2009-04-25 23:10:40 UTC (rev 78)
+++ trunk/lib/Apache/Dispatch/Util.pm 2009-04-25 23:12:13 UTC (rev 79)
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = 0.12;
+our $VERSION = 0.13-dev;
=head1 NAME
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|