We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3633a commit 4de8017Copy full SHA for 4de8017
.github/workflows/build.yaml
@@ -42,6 +42,8 @@ jobs:
42
steps:
43
- name: Checkout
44
uses: actions/checkout@v5
45
+ with:
46
+ fetch-depth: 0
47
48
- name: Setup Toolchain
49
run: .github/scripts/setup-debian.sh ${{ matrix.build.variant }}
src/applet/version.c
@@ -2,7 +2,7 @@
2
#include "main.h"
3
4
#ifndef LPAC_VERSION
5
-# define LPAC_VERSION "v0.0.0-unknown"
+# define LPAC_VERSION "0.0.0.r0.unknown"
6
#endif
7
8
static int applet_main(__attribute__((unused)) int argc, __attribute__((unused)) char **argv) {
0 commit comments