We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa11c0 commit b8386f4Copy full SHA for b8386f4
1 file changed
launcher/Makefile
@@ -4,7 +4,7 @@ OBJS = source/main.o
4
5
VERSION_MAJOR := 4
6
VERSION_MINOR := 1
7
-VERSION_MICRO := 0
+VERSION_MICRO := 1
8
9
INCDIR = ../libs/include
10
CFLAGS = -Os -G0 -Wall -Werror -DVERSION_MAJOR=$(VERSION_MAJOR) -DVERSION_MINOR=$(VERSION_MINOR) -DVERSION_MICRO=$(VERSION_MICRO)
0 commit comments