Skip to content

Commit

Permalink
updated version in makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
gh0stwizard committed Dec 31, 2021
1 parent cafb4c2 commit bc7935f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DATAROOTDIR ?= $(DESTDIR)/share
MANDIR ?= $(DATAROOTDIR)/man

MAJOR_VERSION = 1
MINOR_VERSION = 0
MINOR_VERSION = 1
PATCH_VERSION = 0
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)

Expand Down
2 changes: 1 addition & 1 deletion Makefile.bsd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DATAROOTDIR ?= $(DESTDIR)/share
MANDIR ?= $(DATAROOTDIR)/man

MAJOR_VERSION = 1
MINOR_VERSION = 0
MINOR_VERSION = 1
PATCH_VERSION = 0
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)

Expand Down
2 changes: 1 addition & 1 deletion Makefile.openbsd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DATAROOTDIR ?= $(DESTDIR)/share
MANDIR ?= $(DATAROOTDIR)/man

MAJOR_VERSION = 1
MINOR_VERSION = 0
MINOR_VERSION = 1
PATCH_VERSION = 0
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)

Expand Down
2 changes: 1 addition & 1 deletion Makefile.windows-gmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DATAROOTDIR ?= $(DESTDIR)/share
MANDIR ?= $(DATAROOTDIR)/man

MAJOR_VERSION = 1
MINOR_VERSION = 0
MINOR_VERSION = 1
PATCH_VERSION = 0
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)

Expand Down

0 comments on commit bc7935f

Please sign in to comment.