From 70586fa27b270f48e36b5f92f0acf803eb723e6a Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Mon, 17 Jul 2017 23:03:40 +0200 Subject: 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. --- src/inkscape-version.cpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inkscape-version.cpp.in') 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})"; } -- cgit v1.2.3