Skip to content

Commit 30f438a

Browse files
committed
app: Bump version to 4.1.2
1 parent e5fa7ce commit 30f438a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OBJS := $(addsuffix .o,$(BINFILES)) \
1212

1313
VERSION_MAJOR := 4
1414
VERSION_MINOR := 1
15-
VERSION_MICRO := 1
15+
VERSION_MICRO := 2
1616

1717
INCDIR = ../libs/ ../libs/include ../libs/libnsbmp ../libs/libnsgif ../libs/include/opus include
1818
CFLAGS = -Os -mno-gpopt -Wall -ffast-math -Wno-narrowing -Wno-unused-variable \

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 := 1
7+
VERSION_MICRO := 2
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)