Skip to content

Commit bdd5e88

Browse files
committed
Bump version to v1.2
1 parent 30d2c34 commit bdd5e88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GENZEHN = genzehn
55
OPTIMIZE ?= fast
66
GCCFLAGS = -g -O$(OPTIMIZE) -I nGL -I . -Wall -W -marm -ffast-math -mcpu=arm926ej-s -fno-math-errno -fomit-frame-pointer -flto -fno-rtti -fgcse-sm -fgcse-las -funsafe-loop-optimizations -fno-fat-lto-objects -frename-registers -fprefetch-loop-arrays -Wold-style-cast -mno-thumb-interwork -ffunction-sections -fdata-sections
77
LDFLAGS = -g -lm -Wl,--gc-sections
8-
ZEHNFLAGS = --name "Crafti" --version 11 --author "Fabian Vogt" --notice "3D Minecraft" --compress
8+
ZEHNFLAGS = --name "Crafti" --version 12 --author "Fabian Vogt" --notice "3D Minecraft" --compress
99
EXE = crafti
1010
OBJS = $(patsubst %.c, %.o, $(shell find . -name \*.c))
1111
OBJS += $(patsubst %.cpp, %.o, $(shell find . -name \*.cpp))

helptask.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void HelpTask::render()
3030
const unsigned int x = (SCREEN_WIDTH - background->width) / 2;
3131
const unsigned int y = (SCREEN_HEIGHT - background->height) / 2;
3232
drawTextureOverlay(*background, 0, 0, *screen, x, y, background->width, background->height);
33-
drawString("Help for Crafti v1.1", 0xFFFF, *screen, x, y - fontHeight());
33+
drawString("Help for Crafti v1.2", 0xFFFF, *screen, x, y - fontHeight());
3434

3535
drawString("8-4-6-2: Walk around 5: Jump\n"
3636
"7: Put block down 9: Destroy block\n"

0 commit comments

Comments
 (0)