1
0
mirror of https://github.com/php/phd.git synced 2026-03-23 22:52:05 +01:00

version: phd-from-svn

This commit is contained in:
Moacir de Oliveira Miranda Júnior
2009-09-03 15:55:39 +00:00
parent fcbe6236bb
commit ba5467b3dc
2 changed files with 2 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ function errh($errno, $msg, $file, $line, $ctx = null) {
set_error_handler("errh");
/* }}} */
define("PHD_VERSION", "0.4.8");
define("PHD_VERSION", "phd-from-svn");
/* {{{ Default $OPTIONS */
$OPTIONS = array (

View File

@@ -113,7 +113,7 @@
<tasks:replace from="@bin_dir@" to="bin_dir" type="pear-config"/>
</file>
<file baseinstalldir="phd" name="config.php" role="php">
<tasks:replace from="phd-from-cvs" to="version" type="package-info" />
<tasks:replace from="phd-from-svn" to="version" type="package-info" />
</file>
<file baseinstalldir="phd" name="LICENSE" role="php"/>
<file baseinstalldir="phd" name="mktoc.php" role="php"/>