Skip to content

Commit

Permalink
modify version
Browse files Browse the repository at this point in the history
  • Loading branch information
loscaz committed Nov 28, 2019
1 parent cf0d1ec commit 6437f22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
English | [简体中文](./README_CN.md)

<p align="right">Current version: <strong>v0.9.7</strong></p>
<p align="right">Current version: <strong>v0.9.8</strong></p>
<p align="center"><img src="https://raw.githubusercontent.com/ArkNX/ARK/gh-pages/_images/ark_logo.svg?sanitize=true" alt="ark" width="300"/></p>
<center>ARK is a lightweight, agility, elastic, distributed plugin framework written by C++,make it easier and faster to create your own application service. Inspired by UnrealEngine and Ogre.

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
简体中文 | [English](./README.md)

<p align="right">当前版本: <strong>v0.9.7</strong></p>
<p align="right">当前版本: <strong>v0.9.8</strong></p>
<p align="center"><img src="https://raw.githubusercontent.com/ArkNX/ARK/gh-pages/_images/ark_logo.svg?sanitize=true" alt="ark" width="300"/></p>
<center>ARK 是一个使用C++开发的轻量级,敏捷型,弹性的,分布式的插件开发框架, 让你更快更简单的开发服务端应用. 部分思路来自UE4和Ogre.(当前主要用在游戏领域)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@

#define ARK_VER_MAJOR 0
#define ARK_VER_MINOR 9
#define ARK_VER_PATCH 7
#define ARK_VER_PATCH 8

#define ARK_VERSION (ARK_VER_MAJOR * 10000 + ARK_VER_MINOR * 100 + ARK_VER_PATCH)

0 comments on commit 6437f22

Please sign in to comment.