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 571eaed commit bb783c7Copy full SHA for bb783c7
CHANGELOG.md
@@ -11,7 +11,7 @@ Der Changelog von DDP. Sortiert nach Release.
11
12
## In Entwicklung
13
14
-## v1.0.0-alpha
+## v0.1.0-alpha
15
16
- [Added]: Beliebige utf-8 Symbole sind jetzt in Aliasen erlaubt
17
- [Breaking] `Boolean` zu `Wahrheitswert` umbennant
cmd/kddp/Makefile
@@ -25,7 +25,7 @@ endif
25
26
OUT_DIR := build/
27
28
-DDPVERSION := v0.0.1-alpha
+DDPVERSION := v0.1.0-alpha
29
LLVMVERSION := $(shell $(LLVM_CONFIG) --version)
30
GCCVERSION := $(shell gcc -dumpfullversion)
31
GCCVERSIONFULL := $(shell gcc --version | head -n1)
0 commit comments