diff --git a/KlayGE/Core/Include/KlayGE/KlayGE.hpp b/KlayGE/Core/Include/KlayGE/KlayGE.hpp index 85b8922db7..c71a5f9df3 100644 --- a/KlayGE/Core/Include/KlayGE/KlayGE.hpp +++ b/KlayGE/Core/Include/KlayGE/KlayGE.hpp @@ -37,7 +37,7 @@ #define KLAYGE_NAME KlayGE #define KLAYGE_VER_MAJOR 4 -#define KLAYGE_VER_MINOR 16 +#define KLAYGE_VER_MINOR 17 #define KLAYGE_VER_RELEASE 0 #define KLAYGE_VER_STR KFL_STRINGIZE(KLAYGE_NAME) " " KFL_STRINGIZE(KLAYGE_VER_MAJOR) "." KFL_STRINGIZE(KLAYGE_VER_MINOR) "." KFL_STRINGIZE(KLAYGE_VER_RELEASE) diff --git a/README.md b/README.md index 558583a635..b0e6064495 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # KlayGE -[![GitHub release](https://img.shields.io/badge/release-v4.16.0-blue.svg)](https://github.com/gongminmin/KlayGE/releases/latest) +[![GitHub release](https://img.shields.io/badge/release-v4.17.0-blue.svg)](https://github.com/gongminmin/KlayGE/releases/latest) [![Build status](https://ci.appveyor.com/api/projects/status/uddr0wulxuferji4/branch/develop?svg=true)](https://ci.appveyor.com/project/gongminmin/KlayGE/branch/develop) [![Build Status](https://travis-ci.org/gongminmin/KlayGE.svg?branch=develop)](https://travis-ci.org/gongminmin/KlayGE)