Skip to content

Commit b8386f4

Browse files
committed
launcher: Bump version
1 parent 9aa11c0 commit b8386f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

launcher/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ OBJS = source/main.o
44

55
VERSION_MAJOR := 4
66
VERSION_MINOR := 1
7-
VERSION_MICRO := 0
7+
VERSION_MICRO := 1
88

99
INCDIR = ../libs/include
1010
CFLAGS = -Os -G0 -Wall -Werror -DVERSION_MAJOR=$(VERSION_MAJOR) -DVERSION_MINOR=$(VERSION_MINOR) -DVERSION_MICRO=$(VERSION_MICRO)

0 commit comments

Comments
 (0)