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 ee00d3e commit cc381ecCopy full SHA for cc381ec
CHANGELOG.md
@@ -11,6 +11,8 @@ Der Changelog von DDP. Sortiert nach Release.
11
12
## In Entwicklung
13
14
+## v0.4.0-alpha
15
+
16
- [Added] Aliasnegationen
17
- [Added] `entweder ..., oder` Operator
18
- [Changed] "ist" nach Vergleichen ist jetzt Optional, falls davor bereits ein "ist" steht
cmd/Makefile
@@ -30,7 +30,7 @@ endif
30
31
OUT_DIR := build/
32
33
-DDPVERSION := v0.3.0-alpha
+DDPVERSION := v0.4.0-alpha
34
LLVMVERSION := $(shell $(LLVM_CONFIG) --version)
35
GCCVERSION := $(shell gcc -dumpfullversion)
36
GCCVERSIONFULL := $(shell gcc --version | head -n1)
0 commit comments