Skip to content

Commit

Permalink
Just set VERSION directly in Makefile since nothing else cares about …
Browse files Browse the repository at this point in the history
…MAJOR.MINOR split
  • Loading branch information
leonerd committed Jan 15, 2023
1 parent 5757ad4 commit af19a54
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,11 @@ INCFILES=$(TBLFILES:.tbl=.inc)

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

VERSION_MAJOR=0
VERSION_MINOR=3

VERSION_CURRENT=0
VERSION_REVISION=0
VERSION_AGE=0

VERSION=$(VERSION_MAJOR).$(VERSION_MINOR)
VERSION=0.3

PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
Expand Down

0 comments on commit af19a54

Please sign in to comment.