diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2011-06-13 05:39:42 +0000 |
|---|---|---|
| committer | Campbell Barton <ideasman42@gmail.com> | 2011-06-13 05:39:42 +0000 |
| commit | b7a4f23ed217a36eaaefe8f707bcc1b968d1e562 (patch) | |
| tree | 3ea6133fa6ac3a5cc836501a2daf8424112e797f /config.h.cmake | |
| parent | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros (diff) | |
| download | inkscape-b7a4f23ed217a36eaaefe8f707bcc1b968d1e562.tar.gz inkscape-b7a4f23ed217a36eaaefe8f707bcc1b968d1e562.zip | |
cmake:
- group source/headers per library (for some IDE's)
- include headers with source listing (also for IDE's)
- remove unneeded Find modules
(bzr r10281)
Diffstat (limited to 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index d9d1bde03..f4532ea22 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -232,6 +232,9 @@ /* Define to the version of this package. */ #define PACKAGE_VERSION "${INKSCAPE_VERSION}" +/* Define the version as a string. */ +#define VERSION "${INKSCAPE_VERSION}" + /* Define as the return type of signal handlers (`int' or `void'). */ #cmakedefine RETSIGTYPE |
