~inkscape.dev/inkscape/trunk

1
2
3
4
5
6
7
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif

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