Skip to content

Commit b3e24dc

Browse files
committed
Stamp version and bake index.html in HTML.cpp
1 parent 5a769e0 commit b3e24dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Application/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#pragma once
22

3-
#define VERSION_DESCRIBE "v0.62-191-g48386c74"
4-
#define VERSION_URL_TAG "v0_62_191_g48386c74"
3+
#define VERSION_DESCRIBE "v0.62-193-g5a769e05"
4+
#define VERSION_URL_TAG "v0_62_193_g5a769e05"

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ create_debian_package() {
232232
build_deps=$1
233233
deb_package=$2
234234
package_arch=$3
235-
package_version=0.62~191-g48386c74
235+
package_version=0.62~193-g5a769e05
236236
install_deps=$5
237237

238238
# Install build dependencies

0 commit comments

Comments
 (0)