From 1fa30631d15b075fe6b4e84108bdfa2ac5cab49c Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Tue, 19 Apr 2016 04:00:25 +0300 Subject: [PATCH] Bump DUK_VERSION for 1.2.6 release --- src/duk_api_public.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duk_api_public.h.in b/src/duk_api_public.h.in index f64daf9c3f..e49cce8aff 100644 --- a/src/duk_api_public.h.in +++ b/src/duk_api_public.h.in @@ -87,7 +87,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 10205L +#define DUK_VERSION 10206L /* Git describe for Duktape build. Useful for non-official snapshot builds * so that application code can easily log which Duktape snapshot was used.