summaryrefslogtreecommitdiffstats
path: root/src/inkscape-version.cpp.in
blob: 455a0fe99b093e9be32bf1e7160c6f03773bcbb6 (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})";
}