From: johanengelen Date: Tue, 4 Mar 2008 21:53:00 +0000 (+0000) Subject: remove duplicate "+version" in the version name X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e677be13f5d683aa84996b41c55ef4065aac7ad3;p=inkscape.git remove duplicate "+version" in the version name --- diff --git a/build.xml b/build.xml index 9d59f8511..88b57a506 100644 --- a/build.xml +++ b/build.xml @@ -90,7 +90,7 @@ - #define INKSCAPE_VERSION "${version}+devel" + #define INKSCAPE_VERSION "${version}" #ifndef _CONFIG_H_