Skip to content

Commit acbbb32

Browse files
committed
Bump version to 0.1.1
1 parent c1b4c9c commit acbbb32

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Diff for: Makefile

+2-5
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,11 @@ INCFILES=$(TBLFILES:.tbl=.inc)
3636

3737
HFILES_INT=$(sort $(wildcard src/*.h)) $(HFILES)
3838

39-
VERSION_MAJOR=0
40-
VERSION_MINOR=1
41-
4239
VERSION_CURRENT=0
43-
VERSION_REVISION=0
40+
VERSION_REVISION=1
4441
VERSION_AGE=0
4542

46-
VERSION=$(VERSION_MAJOR).$(VERSION_MINOR)
43+
VERSION=0.1.1
4744

4845
PREFIX=/usr/local
4946
BINDIR=$(PREFIX)/bin

0 commit comments

Comments
 (0)