We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fa7ce commit 30f438aCopy full SHA for 30f438a
2 files changed
app/Makefile
@@ -12,7 +12,7 @@ OBJS := $(addsuffix .o,$(BINFILES)) \
12
13
VERSION_MAJOR := 4
14
VERSION_MINOR := 1
15
-VERSION_MICRO := 1
+VERSION_MICRO := 2
16
17
INCDIR = ../libs/ ../libs/include ../libs/libnsbmp ../libs/libnsgif ../libs/include/opus include
18
CFLAGS = -Os -mno-gpopt -Wall -ffast-math -Wno-narrowing -Wno-unused-variable \
launcher/Makefile
@@ -4,7 +4,7 @@ OBJS = source/main.o
4
5
6
7
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