Ticket #188 (closed defect: fixed)

Opened 11 months ago

Last modified 2 weeks ago

MidCOM version string says @package_version@

Reported by: bergie Assigned to: tarjei
Priority: major Milestone: 1.8 Thor
Component: MidCOM core Version:
Keywords: Cc:

Description

Instead of the PEAR package's version number, MidCOM's version.php now contains @package_version@.

This is because the phing setup doesn't contain this for the file:

<file baseinstalldir="midcom/lib" name="version.php" role="php">
    <tasks:replace from="@package_version@" to="version" type="package-info" />
</file>

Change History

11/22/07 15:20:17 changed by flack

this sounds related to #175

11/22/07 15:49:49 changed by tarjei

  • status changed from new to closed.
  • resolution set to fixed.

(In [13572]) closes #188 * Moved static dir down one place (after testing phing install and phing packageCore) * Removed need for version.php * Made core version something that is set by phing

09/30/08 15:11:27 changed by bergie

  • milestone changed from MidCOM 2.8 to 1.8 Thor.