From d650437f6d83c1b3eeff63a2fbcd1ddb21d2436c Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Fri, 3 Apr 2015 03:04:18 +0300 Subject: [PATCH] Bump DUK_VERSION for 1.1.3 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 a3334fb2a0..33c02c41a2 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 10102L +#define DUK_VERSION 10103L /* Git describe for Duktape build. Useful for non-official snapshot builds * so that application code can easily log which Duktape snapshot was used.