Skip to content

Commit 4751c1e

Browse files
committed
Stamp version and bake index.html in HTML.cpp
1 parent 48386c7 commit 4751c1e

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-189-g1d56ea3a"
4-
#define VERSION_URL_TAG "v0_62_189_g1d56ea3a"
3+
#define VERSION_DESCRIBE "v0.62-191-g48386c74"
4+
#define VERSION_URL_TAG "v0_62_191_g48386c74"

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~189-g1d56ea3a
235+
package_version=0.62~191-g48386c74
236236
install_deps=$5
237237

238238
# Install build dependencies

0 commit comments

Comments
 (0)