Skip to content

Commit ad25a74

Browse files
committed
Fixed makefile to produce correctly named output files
1 parent 86d62ed commit ad25a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Variables
2-
VERSION=1.0-draft
3-
HUMAN_VERSION="1.0 Entwurf"
2+
VERSION=1.0
3+
HUMAN_VERSION="1.0"
44
BASENAME=OParl-$(VERSION)
55

66
# Directories

0 commit comments

Comments
 (0)