summaryrefslogtreecommitdiff
path: root/YASM-VERSION-GEN.sh
Commit message (Collapse)AuthorAgeFilesLines
* Bump DEF_VER to 1.3.0 for release.v1.3.0Peter Johnson2014-08-101-1/+1
|
* Bump DEF_VER to 1.2.0 for release.v1.2.0Peter Johnson2011-10-311-11/+1
|
* Generate version number information from git history.Peter Johnson2011-08-271-0/+52
Due to the svn import structure, a special case is currently implemented to look for the 1.1.0 branchpoint instead of the most recent tag on the master branch. This will be removed after the first release is tagged on the master branch in git. Specific details: autogen.sh: More aggressively clean autoconf cache. This is needed to ensure the version number is actually regenerated. Don't generate PACKAGE_PATCHLEVEL or PACKAGE_BUILD variables. The genversion program now parses PACKAGE_VERSION directly. For Mkfiles builds, YASM-VERSION.h is generated and included by the custom config.h. This avoids the need to edit config.h for versioning.