We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494a24f commit 15fa689Copy full SHA for 15fa689
Application/version.h
@@ -1,4 +1,4 @@
1
#pragma once
2
3
-#define VERSION_DESCRIBE "v0.62-232-g5496f2ec"
4
-#define VERSION_URL_TAG "v0_62_232_g5496f2ec"
+#define VERSION_DESCRIBE "v0.62-234-g494a24f2"
+#define VERSION_URL_TAG "v0_62_234_g494a24f2"
scripts/build.sh
@@ -232,7 +232,7 @@ create_debian_package() {
232
build_deps=$1
233
deb_package=$2
234
package_arch=$3
235
-package_version=0.62~232-g5496f2ec
+package_version=0.62~234-g494a24f2
236
install_deps=$5
237
238
# Install build dependencies
0 commit comments