From ee6f307edfa1742e754c047bcc1c4caa2804975f Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Mon, 2 Jan 2017 05:27:53 +0200 Subject: [PATCH 1/2] Update getting started version in guide --- website/guide/gettingstarted.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/guide/gettingstarted.html b/website/guide/gettingstarted.html index 787ad863..019c0297 100644 --- a/website/guide/gettingstarted.html +++ b/website/guide/gettingstarted.html @@ -53,7 +53,7 @@ by editing the Makefile:

You can now run Ecmascript code interactively:

 $ ./duk
-((o) Duktape 1.5.0 (v1.5.0)
+((o) Duktape 2.0.0 (v2.0.0)
 duk> print('Hello world!')
 Hello world!
 = undefined

From b16f6aef172628f2af5e46daab26573eb548a0bf Mon Sep 17 00:00:00 2001
From: Sami Vaarala 
Date: Mon, 2 Jan 2017 05:33:58 +0200
Subject: [PATCH 2/2] Bump DUK_VERSION to 2.0.99

---
 src-input/duk_api_public.h.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src-input/duk_api_public.h.in b/src-input/duk_api_public.h.in
index 5bd2a11c..4152628f 100644
--- a/src-input/duk_api_public.h.in
+++ b/src-input/duk_api_public.h.in
@@ -110,7 +110,7 @@ struct duk_time_components {
  * development snapshots 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                       20000L
+#define DUK_VERSION                       20099L
 
 /* Git commit, describe, and branch for Duktape build.  Useful for
  * non-official snapshot builds so that application code can easily log