blob: dbf01c2e1bb356554cc6106f28f5a0c8c912b6cb (
plain)
1
2
3
4
5
6
7
8
|
// SPDX-License-Identifier: GPL-2.0-or-later
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
namespace Inkscape {
char const *version_string = "@INKSCAPE_VERSION@" " " "(${INKSCAPE_REVISION})";
}
|