Browse Source

Bump DUK_VERSION to 0.12.99 prior to 1.0 release

v1.0-maintenance
Sami Vaarala 10 years ago
parent
commit
9565fdebff
  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 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

Loading…
Cancel
Save