From 9565fdebff47ba768e41fbbd5c0df74c550fd21a Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Fri, 26 Sep 2014 15:35:15 +0300 Subject: [PATCH] Bump DUK_VERSION to 0.12.99 prior to 1.0 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 e23d4175..bb15ac35 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 1200L +#define DUK_VERSION 1299L /* 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