aboutsummaryrefslogtreecommitdiffstats
path: root/m4/macros/split-package-version.m4
Commit message (Collapse)AuthorAgeFilesLines
* autoconf: Split PACKAGE_VERSION in four partsTobias Brunner2013-09-021-0/+17
The parts can be accessed with the variables: PACKAGE_VERSION_MAJOR PACKAGE_VERSION_MINOR PACKAGE_VERSION_BUILD PACKAGE_VERSION_REVIEW The last part will be empty for regular releases.