File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ PROJECT_NAME = "ChaiLove API"
23
23
# This could be handy for archiving the generated documentation or
24
24
# if some version control system is used.
25
25
26
- PROJECT_NUMBER = "0.22.2 "
26
+ PROJECT_NUMBER = "0.23.0 "
27
27
28
28
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
29
29
# base path where the generated documentation will be put.
Original file line number Diff line number Diff line change 47
47
#define SRC_CHAILOVE_H_
48
48
49
49
#define CHAILOVE_VERSION_MAJOR 0
50
- #define CHAILOVE_VERSION_MINOR 22
51
- #define CHAILOVE_VERSION_PATCH 2
52
- #define CHAILOVE_VERSION_STRING " 0.22.2 "
50
+ #define CHAILOVE_VERSION_MINOR 23
51
+ #define CHAILOVE_VERSION_PATCH 0
52
+ #define CHAILOVE_VERSION_STRING " 0.23.0 "
53
53
54
54
#include " SDL.h"
55
55
#include " libretro.h"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ namespace love {
19
19
*
20
20
* @code
21
21
* def conf(t) {
22
- * t.version = "0.22.2 " // Version of ChaiLove
22
+ * t.version = "0.23.0 " // Version of ChaiLove
23
23
* t.identity = "mygame" // Machine name of your game
24
24
* t.window.title = "My Game" // Human-readable name
25
25
* t.window.width = 1024 // Game width
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ class script {
52
52
* t.console = false
53
53
*
54
54
* // The ChaiLove version this game was made for.
55
- * t.version = "0.22.2 "
55
+ * t.version = "0.23.0 "
56
56
*
57
57
* // The width and height of the game.
58
58
* t.window.width = 1024
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def conf(t) {
15
15
t.window.width = 460
16
16
t.window.height = 320
17
17
t.console = true
18
- t.version = "0.22.2 "
18
+ t.version = "0.23.0 "
19
19
}
20
20
21
21
def load() {
You can’t perform that action at this time.
0 commit comments