Skip to content

Commit 15fa689

Browse files
committed
Stamp version and bake index.html in HTML.cpp
1 parent 494a24f commit 15fa689

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-232-g5496f2ec"
4-
#define VERSION_URL_TAG "v0_62_232_g5496f2ec"
3+
#define VERSION_DESCRIBE "v0.62-234-g494a24f2"
4+
#define VERSION_URL_TAG "v0_62_234_g494a24f2"

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~232-g5496f2ec
235+
package_version=0.62~234-g494a24f2
236236
install_deps=$5
237237

238238
# Install build dependencies

0 commit comments

Comments
 (0)