From: verbalshadow Date: Wed, 18 Jun 2008 21:16:59 +0000 (+0000) Subject: change VERSION to INKSCAPE_VERSION in potracelib.cpp X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a7535e54a034e394b6712ba2260451d53bf677ee;p=inkscape.git change VERSION to INKSCAPE_VERSION in potracelib.cpp --- diff --git a/src/trace/potrace/potracelib.cpp b/src/trace/potrace/potracelib.cpp index 215d3b457..36b3a5f94 100644 --- a/src/trace/potrace/potracelib.cpp +++ b/src/trace/potrace/potracelib.cpp @@ -6,6 +6,7 @@ #include #include "potracelib.h" +#include #include "curve.h" #include "decompose.h" #include "trace.h" @@ -109,5 +110,5 @@ void potrace_param_free(potrace_param_t *p) { } char *potrace_version(void) { - return "potracelib "VERSION""; + return "potracelib "INKSCAPE_VERSION""; }