summaryrefslogtreecommitdiffstats
path: root/base/VERSION
Commit message (Collapse)AuthorAgeFilesLines
* 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