Skip to content

Commit

Permalink
version in makefile according lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Oct 26, 2023
1 parent be1dd1b commit 0d49275
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions makefile.init
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MAJOR := 0
MINOR := 12
PATCH := 2
VERSION := $(MAJOR).$(MINOR).$(PATCH)
MAJOR := 1
MINOR := 0
PATCH := 1
VERSION := $(MAJOR).$(MINOR).$(PATCH)

0 comments on commit 0d49275

Please sign in to comment.