1
0
Fork 0
forked from 0x2620/oxjs

write current version to Ox.json and patch Ox.VERSION if loaded via dev/Ox.js

This commit is contained in:
j 2012-06-05 13:59:13 +02:00
commit 57caa45bf8
5 changed files with 12 additions and 9 deletions

View file

@ -1,5 +1,5 @@
<h1><b>Downloads</b></h1>
<p>Please note that these are a pre-release versions. {version}</p>
<p>Please note that these are pre-release versions. {version}</p>
<br>
<h2><b>Source</b></h2>
<p>Development version, including everything but the kitchen sink.</p>
@ -31,4 +31,4 @@
<p>For the development version, use <code>OxJS/dev/Ox.js</code> instead. And to include <code>Ox.UI</code>, start with <code>Ox.load('UI', function() { ... })</code>.</p>
<br>
<h2><b>License</b></h2>
<p>Dual-licensed, <a href=\"http://en.wikipedia.org/wiki/GNU_General_Public_License\">GPL</a>/<a href=\"http://en.wikipedia.org/wiki/MIT_License\">MIT</a>. You can pick either. In a nutshell, the former says no derived work may be more restrictive, while the latter avoids to make that restriction.</p>
<p>Dual-licensed, <a href=\"http://en.wikipedia.org/wiki/GNU_General_Public_License\">GPL</a>/<a href=\"http://en.wikipedia.org/wiki/MIT_License\">MIT</a>. You can pick either. In a nutshell, the former says no derived work may be more restrictive, while the latter avoids to make that restriction.</p>