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 /config.h.cmake | |
| 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 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config.h.cmake b/config.h.cmake index 134f7539d..a7ad4b355 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -6,9 +6,6 @@ #cmakedefine WIN32 #endif -/* This is for require-config.h */ -#define PACKAGE_TARNAME "${PROJECT_NAME} ${INKSCAPE_VERSION}" - /* Use binreloc thread support? */ #cmakedefine BR_PTHREADS 1 @@ -176,15 +173,6 @@ /* Define to the full name of this package. */ #define PACKAGE_NAME "${PROJECT_NAME}" -/* Define to the full name and version of this package. */ -#define PACKAGE_STRING "${PROJECT_NAME} ${INKSCAPE_VERSION}" - -/* Define to the version of this package. */ -#define PACKAGE_VERSION "${INKSCAPE_VERSION}" - -/* Define the version as a string. */ -#define VERSION "${INKSCAPE_VERSION}" - /* Build in dbus */ #cmakedefine WITH_DBUS 1 |
