summaryrefslogtreecommitdiffstats
path: root/src/inkscape-version.cpp.in
blob: 0b70e69093c79523e9da16f326f59c3b78c163f8 (plain)
1
2
3
4
5
6
7
// SPDX-License-Identifier: GPL-2.0-or-later

namespace Inkscape {
    char const *version_string = "@INKSCAPE_VERSION@" " " "(${INKSCAPE_REVISION})";
    char const *version_string_without_revision = "@INKSCAPE_VERSION@";
}