diff --git a/src/duk_api_public.h.in b/src/duk_api_public.h.in index 2278d28f..cb7a1828 100644 --- a/src/duk_api_public.h.in +++ b/src/duk_api_public.h.in @@ -81,7 +81,7 @@ struct duk_number_list_entry { * 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 1099L +#define DUK_VERSION 1100L /* Used to represent invalid index; if caller uses this without checking, * this index will map to a non-existent stack entry. Also used in some