summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/inkscape-version.cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-28Fix for fb42d9e019e0b21c4d98cae0e8268d63087a2034Patrick Storz1-1/+1
2019-03-28CMake: Fix "unknown" in version string of ppa buildsPatrick Storz1-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.
2017-07-23cmake: Prepare script for 'dist'-like targetsEduard Braun1-5/+6
'dist' is the same as before only difference: add date and commit hash for development and pre-release
2017-07-17Cleanup: eliminate version from config.hEduard Braun1-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.
2017-07-16cmake: fix 'dist' target to actually include INKSCAPE_REVISIONEduard Braun1-8/+8
(re-use inkscape-version.cpp in order not to duplicate code)
2017-07-11Improve revision formatEduard Braun1-6/+6
2017-07-08cmake: fix inkscape-version for linked worktreesEduard Braun1-1/+1
(they don't have a '.git/' directory, but only a '.git' file storing the link to the gitdir)
2017-07-01Fix version strings to work on windows & unixsu-v1-7/+6
2017-06-30Fix revno with gitMarc Jeanmougin1-4/+12
2017-06-30Fix revnoMarc Jeanmougin1-3/+3
2017-02-13CMake: Cosmetic fix for version stringEduard Braun1-1/+1
(set concatenates arguments with a semicolon ";") (bzr r15517)
2016-12-02prevent use of string concat for compatibility with old cmakeMarc Jeanmougin1-1/+1
(bzr r15292)
2016-11-07annotate custom builds, and add correct revno into make dist tarballsMarc Jeanmougin1-0/+10
(bzr r15223)
2016-04-13Should compile inkscape-version.cpp in out of tree buildsMarc Jeanmougin1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1543304 (bzr r14811)
2016-04-12regenerates inkscape-version when revno changes ; Translates ↵Marc Jeanmougin1-16/+2
inkscape.desktop file (CMake build) Fixed bugs: - https://launchpad.net/bugs/1543304 - https://launchpad.net/bugs/1514588 (bzr r14785)
2016-01-17cmake: Fix code style for consistencyBryce Harrington1-15/+15
Indentation to 4 spaces Prefer lower case for functions and macros (bzr r14596)
2014-01-14Fix bzr revision number in version string (LP #1071923)Bryce Harrington1-1/+1
Patch from David Evans. (bzr r12928)
2011-06-13cmake:Campbell Barton1-2/+6
- added option WITH_DBUS (currently uses hard coded paths) - remove duplicate version variable. (bzr r10297)
2011-06-13cmake:Campbell Barton1-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)