summaryrefslogtreecommitdiffstats
path: root/src/inkscape-version.cpp.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-10inkscape-version: offer variant without revision and datePatrick Storz1-3/+2
2018-11-08Clarify licensesMax Gaukler1-0/+1
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
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-11Improve revision formatEduard Braun1-1/+1
2016-04-12regenerates inkscape-version when revno changes ; Translates ↵Marc Jeanmougin1-0/+7
inkscape.desktop file (CMake build) Fixed bugs: - https://launchpad.net/bugs/1543304 - https://launchpad.net/bugs/1514588 (bzr r14785)