inkscape-version.cpp.in revision 57140ea04ccb17163a58c30a159550b0e079ae52
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
namespace Inkscape {
char const *version_string = VERSION " " "${INKSCAPE_REVISION}";
}