summaryrefslogtreecommitdiff
path: root/graphics/asymptote/settings.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-11-07 03:01:39 +0000
committerNorbert Preining <norbert@preining.info>2019-11-07 03:01:39 +0000
commit2e1d63b8ed8c6b7c6d206bfe9e2712797108e8bd (patch)
tree7ea198b043998590117b2730e9dec10327ef3da3 /graphics/asymptote/settings.h
parent590fd8b560523cdaea19c59aea61e781138e87f8 (diff)
CTAN sync 201911070301
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