Skip to content

Commit 861ab69

Browse files
committed
KlayGE: Bump up the version to 4.17.0
1 parent de5daee commit 861ab69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

KlayGE/Core/Include/KlayGE/KlayGE.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
#define KLAYGE_NAME KlayGE
3939
#define KLAYGE_VER_MAJOR 4
40-
#define KLAYGE_VER_MINOR 16
40+
#define KLAYGE_VER_MINOR 17
4141
#define KLAYGE_VER_RELEASE 0
4242
#define KLAYGE_VER_STR KFL_STRINGIZE(KLAYGE_NAME) " " KFL_STRINGIZE(KLAYGE_VER_MAJOR) "." KFL_STRINGIZE(KLAYGE_VER_MINOR) "." KFL_STRINGIZE(KLAYGE_VER_RELEASE)
4343

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# KlayGE
22

3-
[![GitHub release](https://img.shields.io/badge/release-v4.16.0-blue.svg)](https://github.com/gongminmin/KlayGE/releases/latest)
3+
[![GitHub release](https://img.shields.io/badge/release-v4.17.0-blue.svg)](https://github.com/gongminmin/KlayGE/releases/latest)
44
[![Build status](https://ci.appveyor.com/api/projects/status/uddr0wulxuferji4/branch/develop?svg=true)](https://ci.appveyor.com/project/gongminmin/KlayGE/branch/develop)
55
[![Build Status](https://travis-ci.org/gongminmin/KlayGE.svg?branch=develop)](https://travis-ci.org/gongminmin/KlayGE)
66

0 commit comments

Comments
 (0)