summaryrefslogtreecommitdiffstats
path: root/base/VERSION
Commit message (Collapse)AuthorAgeFilesLines
* Tracking upgrade using existing config files.Endi Sukma Dewata2013-04-171-2/+2
| | | | | | | | | | | The upgrade framework has been modified to use pki.conf to track system upgrade, tomcat.conf to track instance upgrade, and CS.cfg to track subsystem upgrade. The preop.product.version in CS.cfg has been renamed into cms.product.version and is now used to track upgrade. Ticket #544
* Using RPM version number in CMake.Endi Sukma Dewata2012-10-011-0/+3
The RPM spec files have been modified to pass the full RPM version number to CMake. The version number contains the product version number, release number, milestone, and platform. The CMake scritps will parse and use this version number to generate Java manifest files. The product version number will be used as the specification version and full version number will be used as the implementation version. Ticket #339