-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stamp version and bake index.html in HTML.cpp
- Loading branch information
1 parent
86f4050
commit db54582
Showing
6 changed files
with
4,934 additions
and
5,818 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#pragma once | ||
|
||
#define VERSION_DESCRIBE "v0.61-106-ge7f70964" | ||
#define VERSION_URL_TAG "v0_61_106_ge7f70964" | ||
#define VERSION_DESCRIBE "v0.61-108-g86f4050c" | ||
#define VERSION_URL_TAG "v0_61_108_g86f4050c" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
<script src="cdn/npm/[email protected]/dist/ol.js"></script> | ||
<link rel="stylesheet" href="cdn/npm/[email protected]/ol.css"> | ||
|
||
<link rel="stylesheet" href="style_v0_61_106_ge7f70964.css" /> | ||
<link rel="stylesheet" href="style_v0_61_108_g86f4050c.css" /> | ||
<link rel="stylesheet" href="config.css" /> | ||
|
||
</head> | ||
|
@@ -1023,7 +1023,7 @@ | |
<div class="bottombar"></div> | ||
|
||
<script src="plugins.js"></script> | ||
<script src="script_v0_61_106_ge7f70964.js"></script> | ||
<script src="script_v0_61_108_g86f4050c.js"></script> | ||
|
||
|
||
<div class="overlay" onclick="toggleInfoPanel()"></div> | ||
|
Oops, something went wrong.