Skip to content

Commit

Permalink
KlayGE: Bump up the version to 4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gongminmin committed Jul 1, 2020
1 parent de5daee commit 861ab69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KlayGE/Core/Include/KlayGE/KlayGE.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 861ab69

Please sign in to comment.