1 2 3 4 5 6 7
#ifdef HAVE_CONFIG_H # include <config.h> #endif namespace Inkscape { char const *version_string = "@INKSCAPE_VERSION@" " " "(${INKSCAPE_REVISION})"; }