diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-05-08 07:40:39 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-05-08 07:40:39 +0000 |
| commit | d9c43e3d6f19a2f1102743b61d999b477bba4b9a (patch) | |
| tree | e77ac36155e0813318be3b9e7641338d86dac733 /src/inkscape-version.cpp.in | |
| parent | Fixing page transforms (diff) | |
| parent | fix-bug-734201. stroke-to-path doesn't scale stroke width used in markers (diff) | |
| download | inkscape-d9c43e3d6f19a2f1102743b61d999b477bba4b9a.tar.gz inkscape-d9c43e3d6f19a2f1102743b61d999b477bba4b9a.zip | |
update to trunk
(bzr r13682.1.40)
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}"; +} |
