Skip to content

Commit eb94087

Browse files
committed
Stamp version and bake index.html in HTML.cpp
1 parent 7a63b4c commit eb94087

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-234-g494a24f2"
4-
#define VERSION_URL_TAG "v0_62_234_g494a24f2"
3+
#define VERSION_DESCRIBE "v0.62-237-g7a63b4c4"
4+
#define VERSION_URL_TAG "v0_62_237_g7a63b4c4"

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

238238
# Install build dependencies

0 commit comments

Comments
 (0)