summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/duktape/duktape.h
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2018-05-04 16:50:55 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2018-05-04 16:50:55 +0100
commitb16b525cd380ef345c6b2faa5531532118b480a4 (patch)
treeaf10a33b3c3bff0f15a3d3318d923d04d7b3b63d /content/handlers/javascript/duktape/duktape.h
parent86ac9f1331aca1c0e1b9eef03557ce7d6421f9e6 (diff)
downloadnetsurf-b16b525cd380ef345c6b2faa5531532118b480a4.tar.gz
netsurf-b16b525cd380ef345c6b2faa5531532118b480a4.tar.bz2
Duktape: Update to 2.2.1 release.
Diffstat (limited to 'content/handlers/javascript/duktape/duktape.h')
-rw-r--r--content/handlers/javascript/duktape/duktape.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/handlers/javascript/duktape/duktape.h b/content/handlers/javascript/duktape/duktape.h
index a3b4f546e..e97e46269 100644
--- a/content/handlers/javascript/duktape/duktape.h
+++ b/content/handlers/javascript/duktape/duktape.h
@@ -1,5 +1,5 @@
/*
- * Duktape public API for Duktape 2.2.0.
+ * Duktape public API for Duktape 2.2.1.
*
* See the API reference for documentation on call semantics. The exposed,
* supported API is between the "BEGIN PUBLIC API" and "END PUBLIC API"
@@ -154,7 +154,7 @@
* development snapshots have 99 for patch level (e.g. 0.10.99 would be a
* development version after 0.10.0 but before the next official release).
*/
-#define DUK_VERSION 20200L
+#define DUK_VERSION 20201L
/* Git commit, describe, and branch for Duktape build. Useful for
* non-official snapshot builds so that application code can easily log