diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2016-04-12 09:10:40 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2016-04-12 09:10:40 +0000 |
| commit | 5d542ba036017af885913a6dd1f35b91daba047f (patch) | |
| tree | e78d874a6873ed1c42988cdbf147f12f1ef43509 /src/inkscape-version.cpp.in | |
| parent | fix undo clip rendering bug (diff) | |
| download | inkscape-5d542ba036017af885913a6dd1f35b91daba047f.tar.gz inkscape-5d542ba036017af885913a6dd1f35b91daba047f.zip | |
regenerates inkscape-version when revno changes ; Translates inkscape.desktop file (CMake build)
Fixed bugs:
- https://launchpad.net/bugs/1543304
- https://launchpad.net/bugs/1514588
(bzr r14785)
Diffstat (limited to 'src/inkscape-version.cpp.in')
| -rw-r--r-- | src/inkscape-version.cpp.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/inkscape-version.cpp.in b/src/inkscape-version.cpp.in new file mode 100644 index 000000000..b4ea5028d --- /dev/null +++ b/src/inkscape-version.cpp.in @@ -0,0 +1,7 @@ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + +namespace Inkscape { + char const *version_string = VERSION " " "${INKSCAPE_REVISION}"; +} |
