Skip to content

Commit bb783c7

Browse files
committed
set release version
1 parent 571eaed commit bb783c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Der Changelog von DDP. Sortiert nach Release.
1111

1212
## In Entwicklung
1313

14-
## v1.0.0-alpha
14+
## v0.1.0-alpha
1515

1616
- [Added]: Beliebige utf-8 Symbole sind jetzt in Aliasen erlaubt
1717
- [Breaking] `Boolean` zu `Wahrheitswert` umbennant

cmd/kddp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ endif
2525

2626
OUT_DIR := build/
2727

28-
DDPVERSION := v0.0.1-alpha
28+
DDPVERSION := v0.1.0-alpha
2929
LLVMVERSION := $(shell $(LLVM_CONFIG) --version)
3030
GCCVERSION := $(shell gcc -dumpfullversion)
3131
GCCVERSIONFULL := $(shell gcc --version | head -n1)

0 commit comments

Comments
 (0)