diff --git a/src/duk_api_public.h.in b/src/duk_api_public.h.in index 1ae1b43c33..c4a16874c5 100644 --- a/src/duk_api_public.h.in +++ b/src/duk_api_public.h.in @@ -97,7 +97,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 10799L +#define DUK_VERSION 10800L /* Git commit, describe, and branch for Duktape build. Useful for * non-official snapshot builds so that application code can easily log