Skip to content

Commit ee3ea40

Browse files
committed
NSOF-5653 Makefile: Change Minor number from 0 to 1
1 parent 76d709e commit ee3ea40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ release:
3434
LAST_VERSION:=$(shell git describe --tags --abbrev=0)
3535
VERSION_PARTS:=$(subst ., ,$(LAST_VERSION))
3636
MAJOR:=0
37-
MINOR:=0
37+
MINOR:=1
3838
PATCH_AND_LABEL:=$(word 3, $(VERSION_PARTS))
3939
PATCH_AND_LABEL_PARTS:=$(subst -, ,$(PATCH_AND_LABEL))
4040
PATCH:=$(word 1, $(PATCH_AND_LABEL_PARTS))

0 commit comments

Comments
 (0)