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
ad41e2a1
Verified
Commit
ad41e2a1
authored
Apr 04, 2018
by
RobLoach
Browse files
version: 0.18.1
parent
0f17f44e
Changes
4
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
ad41e2a1
...
...
@@ -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.18.1 - Unreleased
### Added
-
Documentation
## 0.18.0 - 2018-04-03
### Added
-
[
Semantic Versioning
](
https://semver.org/
)
checks
...
...
docs/Doxyfile
View file @
ad41e2a1
...
...
@@ -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.18.
0
"
PROJECT_NUMBER = "0.18.
1
"
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
examples/snake/Snake.chai
View file @
ad41e2a1
...
...
@@ -47,7 +47,7 @@ global T
def conf(t) {
t.window.width = WIDTH * gridScale
t.window.height = HEIGHT * gridScale
t.version = "0.18.
0
"
t.version = "0.18.
1
"
}
/**
...
...
src/ChaiLove.h
View file @
ad41e2a1
...
...
@@ -36,8 +36,8 @@
#define CHAILOVE_VERSION_MAJOR 0
#define CHAILOVE_VERSION_MINOR 18
#define CHAILOVE_VERSION_PATCH
0
#define CHAILOVE_VERSION_STRING "0.18.
0
"
#define CHAILOVE_VERSION_PATCH
1
#define CHAILOVE_VERSION_STRING "0.18.
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