Skip to content

Commit 81002c5

Browse files
authored
Merge pull request #384 from libretro/update-1.1.0
v1.1.0
2 parents 10d64cc + 4215ef0 commit 81002c5

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ All notable changes to [ChaiLove](https://github.com/RobLoach/ChaiLove) will be
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## 1.1.x - xxxx-xx-xx
7+
## 1.1.0 - 2019-12-31
88
### Fixes
99
- iOS compilation
10-
10+
- By [@jet082](https://github.com/jet082) in [#383](https://github.com/libretro/libretro-chailove/pull/383)
11+
- Updated dependencies
1112

1213
## 1.0.0 - 2019-08-23
1314
### Chores

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ test: unittest unittest-chailove cpplint
4949
@echo "Run the testing suite by using:\n\n retroarch -L $(TARGET) test/main.chai\n\n"
5050

5151
vendor/noarch/noarch: vendor/libretro-common/include/libretro.h
52+
cd vendor/noarch && cmake .
5253
@$(MAKE) -C vendor/noarch
5354

5455
unittest: vendor/noarch/noarch all

src/ChaiLove.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
#define SRC_CHAILOVE_H_
4646

4747
#define CHAILOVE_VERSION_MAJOR 1
48-
#define CHAILOVE_VERSION_MINOR 0
48+
#define CHAILOVE_VERSION_MINOR 1
4949
#define CHAILOVE_VERSION_PATCH 0
50-
#define CHAILOVE_VERSION_STRING "1.0.0"
50+
#define CHAILOVE_VERSION_STRING "1.1.0"
5151

5252
#include "SDL.h"
5353
#include "libretro.h"

vendor/random

vendor/stb

Submodule stb updated 1 file

0 commit comments

Comments
 (0)