diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-17 21:03:40 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-07-17 21:03:40 +0000 |
| commit | 70586fa27b270f48e36b5f92f0acf803eb723e6a (patch) | |
| tree | e47ccad7e06b47d5b692e686344eda3956298ae5 /src/inkscape-version.cpp.in | |
| parent | Cleanup: eliminate require-config.h (diff) | |
| download | inkscape-70586fa27b270f48e36b5f92f0acf803eb723e6a.tar.gz inkscape-70586fa27b270f48e36b5f92f0acf803eb723e6a.zip | |
Cleanup: eliminate version from config.h
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.
Diffstat (limited to 'src/inkscape-version.cpp.in')
| -rw-r--r-- | src/inkscape-version.cpp.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape-version.cpp.in b/src/inkscape-version.cpp.in index 9056ddf8d..455a0fe99 100644 --- a/src/inkscape-version.cpp.in +++ b/src/inkscape-version.cpp.in @@ -3,5 +3,5 @@ #endif namespace Inkscape { - char const *version_string = VERSION " " "(${INKSCAPE_REVISION})"; + char const *version_string = "@INKSCAPE_VERSION@" " " "(${INKSCAPE_REVISION})"; } |
