Skip to content

Commit d9d0b5c

Browse files
committed
Stamp version and bake index.html in HTML.cpp
1 parent 70c0698 commit d9d0b5c

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.61-170-gb76a755f"
4-
#define VERSION_URL_TAG "v0_61_170_gb76a755f"
3+
#define VERSION_DESCRIBE "v0.61-172-g70c06981"
4+
#define VERSION_URL_TAG "v0_61_172_g70c06981"

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ create_debian_package() {
135135
build_deps=$1
136136
deb_package=$2
137137
package_arch=$3
138-
package_version=0.61~170-gb76a755f
138+
package_version=0.61~172-g70c06981
139139
install_deps=$5
140140

141141
# Install build dependencies

0 commit comments

Comments
 (0)