versioncode fix
This commit is contained in:
parent
3040c004f0
commit
a2ce20b564
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -1 +1 @@
|
|||
VERSION = '2.8.4'
|
||||
METAMAPS_VERSION = '2.8.5'
|
||||
|
|
Loading…
Reference in a new issue