|
@ -87,7 +87,7 @@ struct duk_number_list_entry { |
|
|
* have 99 for patch level (e.g. 0.10.99 would be a development version |
|
|
* 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). |
|
|
* after 0.10.0 but before the next official release). |
|
|
*/ |
|
|
*/ |
|
|
#define DUK_VERSION 10200L |
|
|
#define DUK_VERSION 10299L |
|
|
|
|
|
|
|
|
/* Git describe for Duktape build. Useful for non-official snapshot builds
|
|
|
/* Git describe for Duktape build. Useful for non-official snapshot builds
|
|
|
* so that application code can easily log which Duktape snapshot was used. |
|
|
* so that application code can easily log which Duktape snapshot was used. |
|
|