Skip to content

Commit

Permalink
Merge pull request #384 from libretro/update-1.1.0
Browse files Browse the repository at this point in the history
v1.1.0
  • Loading branch information
RobLoach authored Jan 2, 2020
2 parents 10d64cc + 4215ef0 commit 81002c5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ All notable changes to [ChaiLove](https://github.com/RobLoach/ChaiLove) will be
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 1.1.x - xxxx-xx-xx
## 1.1.0 - 2019-12-31
### Fixes
- iOS compilation

- By [@jet082](https://github.com/jet082) in [#383](https://github.com/libretro/libretro-chailove/pull/383)
- Updated dependencies

## 1.0.0 - 2019-08-23
### Chores
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ test: unittest unittest-chailove cpplint
@echo "Run the testing suite by using:\n\n retroarch -L $(TARGET) test/main.chai\n\n"

vendor/noarch/noarch: vendor/libretro-common/include/libretro.h
cd vendor/noarch && cmake .
@$(MAKE) -C vendor/noarch

unittest: vendor/noarch/noarch all
Expand Down
4 changes: 2 additions & 2 deletions src/ChaiLove.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
#define SRC_CHAILOVE_H_

#define CHAILOVE_VERSION_MAJOR 1
#define CHAILOVE_VERSION_MINOR 0
#define CHAILOVE_VERSION_MINOR 1
#define CHAILOVE_VERSION_PATCH 0
#define CHAILOVE_VERSION_STRING "1.0.0"
#define CHAILOVE_VERSION_STRING "1.1.0"

#include "SDL.h"
#include "libretro.h"
Expand Down
2 changes: 1 addition & 1 deletion vendor/didstopia-physfs
2 changes: 1 addition & 1 deletion vendor/noarch
Submodule noarch updated 6 files
+5 −1 .gitignore
+1 −0 .travis.yml
+7 −0 CMakeLists.txt
+0 −224 Makefile
+7 −2 README.md
+538 −118 libretro.h
2 changes: 1 addition & 1 deletion vendor/random
2 changes: 1 addition & 1 deletion vendor/stb
Submodule stb updated 1 files
+1 −1 README.md

0 comments on commit 81002c5

Please sign in to comment.