Browse Source

Bump DUK_VERSION for v0.11 release

pull/30/head
Sami Vaarala 10 years ago
parent
commit
fce56b5c44
  1. 2
      src/duk_api_public.h.in

2
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

Loading…
Cancel
Save