summaryrefslogtreecommitdiffstats
path: root/src/inkscape-version.cpp.meson
blob: f8125979f22c066ce64372d02d9a6c9a1f782d74 (plain)
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@)";
}