Skip to content

Commit

Permalink
set DDPVERSION for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
bafto committed Nov 2, 2024
1 parent df7a055 commit 4a44841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endif

OUT_DIR := build/

DDPVERSION := v0.4.0-alpha
DDPVERSION := v0.5.0-alpha
LLVMVERSION := $(shell $(LLVM_CONFIG) --version)
GCCVERSION := $(shell gcc -dumpfullversion)
GCCVERSIONFULL := $(shell gcc --version | head -n1)
Expand Down

0 comments on commit 4a44841

Please sign in to comment.