Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-chailove
Commits
d0694daf
Verified
Commit
d0694daf
authored
Mar 05, 2018
by
RobLoach
Browse files
release: 0.15.1
parent
d2f7e292
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
d0694daf
...
...
@@ -4,6 +4,10 @@ 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
)
.
## 0.15.1 - Unreleased
### Changed
-
Updated Makefile dependency chain to be safer
## 0.15.0 - 2017-03-04
### Changed
-
Updated the input description names
...
...
docs/Doxyfile
View file @
d0694daf
...
...
@@ -23,7 +23,7 @@ PROJECT_NAME = "ChaiLove API"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = "0.15.
0
"
PROJECT_NUMBER = "0.15.
1
"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
src/ChaiLove.h
View file @
d0694daf
...
...
@@ -53,8 +53,8 @@
#define CHAILOVE_VERSION_MAJOR 0
#define CHAILOVE_VERSION_MINOR 15
#define CHAILOVE_VERSION_PATCH
0
#define CHAILOVE_VERSION_STRING "0.15.
0
"
#define CHAILOVE_VERSION_PATCH
1
#define CHAILOVE_VERSION_STRING "0.15.
1
"
#include "SDL.h"
#include "libretro.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment