We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a63b4c commit eb94087Copy full SHA for eb94087
Application/version.h
@@ -1,4 +1,4 @@
1
#pragma once
2
3
-#define VERSION_DESCRIBE "v0.62-234-g494a24f2"
4
-#define VERSION_URL_TAG "v0_62_234_g494a24f2"
+#define VERSION_DESCRIBE "v0.62-237-g7a63b4c4"
+#define VERSION_URL_TAG "v0_62_237_g7a63b4c4"
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~234-g494a24f2
+package_version=0.62~237-g7a63b4c4
236
install_deps=$5
237
238
# Install build dependencies
0 commit comments