Browse Source

Merge branch 'v1.1.0-release-post'

pull/113/head
Sami Vaarala 10 years ago
parent
commit
b36e9ee915
  1. 2
      Makefile
  2. 2
      src/duk_api_public.h.in

2
Makefile

@ -56,7 +56,7 @@ GIT_DESCRIBE:=$(shell git describe --always --dirty)
BUILD_DATETIME:=$(shell date +%Y%m%d%H%M%S)
# Ditz release (next release name)
DITZ_RELEASE=v1.1
DITZ_RELEASE=v1.2
DISTSRCSEP = dist/src-separate
DISTSRCCOM = dist/src

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 10100L
#define DUK_VERSION 10199L
/* Git describe for Duktape build. Useful for non-official snapshot builds
* so that application code can easily log which Duktape snapshot was used.

Loading…
Cancel
Save