versioncode fix

This commit is contained in:
Devin Howard 2016-04-13 10:48:34 +08:00
parent 3040c004f0
commit a2ce20b564
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ Metamaps.panningInt = null;
Metamaps.tempNode = null;
Metamaps.tempInit = false;
Metamaps.tempNode2 = null;
Metamaps.VERSION = '<%= VERSION %>'
Metamaps.VERSION = '<%= METAMAPS_VERSION %>'
Metamaps.Settings = {
embed: false, // indicates that the app is on a page that is optimized for embedding in iFrames on other web pages

View file

@ -18,7 +18,7 @@
<div id="rightAboutParms">
<p>PRIVATE BETA</p>
<p><%= VERSION %></p>
<p><%= METAMAPS_VERSION %></p>
<p>Mar 26, 2016</p>
</div>
<div class="clearfloat">

View file

@ -1 +1 @@
VERSION = '2.8.4'
METAMAPS_VERSION = '2.8.5'