summaryrefslogtreecommitdiff
path: root/graphics/asymptote/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/settings.h')
-rw-r--r--graphics/asymptote/settings.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/asymptote/settings.h b/graphics/asymptote/settings.h
index 9eb5b25934..7db42e599f 100644
--- a/graphics/asymptote/settings.h
+++ b/graphics/asymptote/settings.h
@@ -120,13 +120,12 @@ const double cm=inches/2.54;
const double tex2ps=72.0/72.27;
const double ps2tex=1.0/tex2ps;
-const string AsyGLVersion="1.00";
const string AsyGL="webgl/asygl.js";
const string WebGLheader="webgl/WebGLheader.html";
const string WebGLfooter="webgl/WebGLfooter.html";
}
-
extern const char *REVISION;
+extern const char *AsyGLVersion;
#endif