summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/inkscape-version.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for fb42d9e019e0b21c4d98cae0e8268d63087a2034Patrick Storz2019-03-281-1/+1
|
* CMake: Fix "unknown" in version string of ppa buildsPatrick Storz2019-03-281-0/+8
| | | | | | | | For now we extract the exact version string of the ppa build (which differs from our usual version string). This should be matched to other builds, though, if somebody can figure it out.
* cmake: Prepare script for 'dist'-like targetsEduard Braun2017-07-231-5/+6
| | | | | | | 'dist' is the same as before only difference: add date and commit hash for development and pre-release
* Cleanup: eliminate version from config.hEduard Braun2017-07-171-1/+1
| | | | | | The idea behind inkscape-version.h / inkscape-version.cpp is to avoid rebuilding most of the code base when the version number changes. Defining a version number in config.h defeats this purpose.
* cmake: fix 'dist' target to actually include INKSCAPE_REVISIONEduard Braun2017-07-161-8/+8
| | | | (re-use inkscape-version.cpp in order not to duplicate code)
* Improve revision formatEduard Braun2017-07-111-6/+6
|
* cmake: fix inkscape-version for linked worktreesEduard Braun2017-07-081-1/+1
| | | | (they don't have a '.git/' directory, but only a '.git' file storing the link to the gitdir)
* Fix version strings to work on windows & unixsu-v2017-07-011-7/+6
|
* Fix revno with gitMarc Jeanmougin2017-06-301-4/+12
|
* Fix revnoMarc Jeanmougin2017-06-301-3/+3
|
* CMake: Cosmetic fix for version stringEduard Braun2017-02-131-1/+1
| | | | | (set concatenates arguments with a semicolon ";") (bzr r15517)
* prevent use of string concat for compatibility with old cmakeMarc Jeanmougin2016-12-021-1/+1
| | | (bzr r15292)
* annotate custom builds, and add correct revno into make dist tarballsMarc Jeanmougin2016-11-071-0/+10
| | | (bzr r15223)
* Should compile inkscape-version.cpp in out of tree buildsMarc Jeanmougin2016-04-131-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1543304 (bzr r14811)
* regenerates inkscape-version when revno changes ; Translates ↵Marc Jeanmougin2016-04-121-16/+2
| | | | | | | | | inkscape.desktop file (CMake build) Fixed bugs: - https://launchpad.net/bugs/1543304 - https://launchpad.net/bugs/1514588 (bzr r14785)
* cmake: Fix code style for consistencyBryce Harrington2016-01-171-15/+15
| | | | | | Indentation to 4 spaces Prefer lower case for functions and macros (bzr r14596)
* Fix bzr revision number in version string (LP #1071923)Bryce Harrington2014-01-141-1/+1
| | | | | Patch from David Evans. (bzr r12928)
* cmake:Campbell Barton2011-06-131-2/+6
| | | | | | - added option WITH_DBUS (currently uses hard coded paths) - remove duplicate version variable. (bzr r10297)
* cmake:Campbell Barton2011-06-131-0/+30
The cmake files were using the inkscape-version.cpp file generated by autoconfigure. now generate our own. Also remove bad include. (bzr r10289)