Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

Commit

Permalink
Release patch 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
torralbaalla committed Jun 21, 2021
1 parent dfab50e commit f1f85f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ endif
# for internal functions, so let's "ignore" it.
CFLAGS+=-Wno-error=deprecated-declarations

VERSION:=0.10.1
VERSION:=0.10.2

.PHONY: ./build/gmcpil

Expand Down
5 changes: 4 additions & 1 deletion res/doc/gmcpil/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
v0.10.1
v0.10.2:
+ Fixed bug that mixed HUD and username settings.

v0.10.1:
+ Added Gallium HUD options to the Settings tab.

v0.10.0:
Expand Down
4 changes: 2 additions & 2 deletions src/include/mcpil.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

#define GMCPIL_MAJOR 0
#define GMCPIL_MINOR 10
#define GMCPIL_PATCH 0
#define GMCPIL_VERSION "v0.10.1"
#define GMCPIL_PATCH 2
#define GMCPIL_VERSION "v0.10.2"

#define STR(str) #str
#define SAFE_ATOI(str) strtol(str ? str : "", NULL, 10)
Expand Down

0 comments on commit f1f85f3

Please sign in to comment.