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