Skip to content

Commit ae0bd44

Browse files
committed
use new version script
1 parent 9692196 commit ae0bd44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ rst:
4040
echo "c" >> build/gdbinit
4141
xtensa-esp32s2-elf-gdb -x build/gdbinit build/espjd.elf
4242

43-
FW_VERSION = $(shell git describe --dirty --tags --match 'v[0-9]*' --always | sed -e 's/^v//; s/-dirty/-'"`date +%Y%m%d-%H%M`/")
43+
FW_VERSION = $(shell sh jacdac-c/scripts/git-version.sh)
4444

4545
dist: uf2
4646
mkdir -p build/dist

jacdac-c

0 commit comments

Comments
 (0)