Skip to content

Commit 25420e7

Browse files
committed
Bump DUK_VERSION to 2.2.1
1 parent 491f84c commit 25420e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-input/duktape.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* development snapshots have 99 for patch level (e.g. 0.10.99 would be a
3939
* development version after 0.10.0 but before the next official release).
4040
*/
41-
#define DUK_VERSION 20200L
41+
#define DUK_VERSION 20201L
4242

4343
/* Git commit, describe, and branch for Duktape build. Useful for
4444
* non-official snapshot builds so that application code can easily log

0 commit comments

Comments
 (0)