Skip to content

Commit 4de8017

Browse files
committed
fix: versioning
1 parent 5b3633a commit 4de8017

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@v5
45+
with:
46+
fetch-depth: 0
4547

4648
- name: Setup Toolchain
4749
run: .github/scripts/setup-debian.sh ${{ matrix.build.variant }}

src/applet/version.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "main.h"
33

44
#ifndef LPAC_VERSION
5-
# define LPAC_VERSION "v0.0.0-unknown"
5+
# define LPAC_VERSION "0.0.0.r0.unknown"
66
#endif
77

88
static int applet_main(__attribute__((unused)) int argc, __attribute__((unused)) char **argv) {

0 commit comments

Comments
 (0)