summaryrefslogtreecommitdiffstats
path: root/src/inkscape-version.cpp.in
blob: b4ea5028da91708ba5e8b07d0c7c96e78f38f0f6 (plain)
1
2
3
4
5
6
7
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

namespace Inkscape {
    char const *version_string = VERSION " " "${INKSCAPE_REVISION}";
}