summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/inkscape-version.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)