Browse Source

guide version number example updates

pull/5/head
Sami Vaarala 11 years ago
parent
commit
2f0f0adacb
  1. 2
      website/api/defines.html
  2. 2
      website/guide/duktapebuiltins.html
  3. 2
      website/guide/gettingstarted.html

2
website/api/defines.html

@ -13,7 +13,7 @@ For example, version 1.2.3 would have <code>DUK_VERSION</code> and
<code>Duktape.version</code> set to 10203.</p>
<p>Unofficial development snapshots have patch level set to 99. For example,
version 0.10.99 (1099) would be a development snapshot after 0.10.0 but before
version 0.11.99 (1199) would be a development snapshot after 0.11.0 but before
the next official release.</p>
<h2>Structs and typedefs</h2>

2
website/guide/duktapebuiltins.html

@ -86,7 +86,7 @@ if (typeof Duktape !== 'object') {
</pre>
<p>Unofficial development snapshots have patch level set to 99. For example,
version 0.10.99 (1099) would be a development snapshot after 0.10.0 but before
version 0.11.99 (1199) would be a development snapshot after 0.11.0 but before
the next official release.</p>
<p>Remember to check for existence of <code>Duktape</code> when doing feature

2
website/guide/gettingstarted.html

@ -32,7 +32,7 @@ The option minimizes any non-portable dependencies.
<p>You can now run Ecmascript code interactively:</p>
<pre>
$ ./duk
((o) Duktape 0.9.0
((o) Duktape 0.11.0
duk&gt; print('Hello world!')
Hello world!
= undefined

Loading…
Cancel
Save