Skip to content

Commit

Permalink
Stamp version and bake index.html in HTML.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 3, 2025
1 parent 07b8e1f commit 0bba8a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Application/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#pragma once

#define VERSION_DESCRIBE "v0.61-328-g0edffd22"
#define VERSION_URL_TAG "v0_61_328_g0edffd22"
#define VERSION_DESCRIBE "v0.61-330-g07b8e1fd"
#define VERSION_URL_TAG "v0_61_330_g07b8e1fd"
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ create_debian_package() {
build_deps=$1
deb_package=$2
package_arch=$3
package_version=0.61~328-g0edffd22
package_version=0.61~330-g07b8e1fd
install_deps=$5

# Install build dependencies
Expand Down

0 comments on commit 0bba8a5

Please sign in to comment.