Skip to content

Commit

Permalink
リリース用にバージョン番号を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalPhaeton committed May 25, 2014
1 parent e7b4b5d commit e57c1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cmake_minimum_required(VERSION 2.8)

# プロジェクト名。
project(SAYURI)
set(VERSION "2014.05.24")
set(VERSION "2014.05.25")

# ソースとヘッダファイルのリスト。
file(GLOB SRCS ${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp)
Expand Down
2 changes: 1 addition & 1 deletion src/chess_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace Sayuri {
/******************/
/* エンジン情報。 */
/******************/
constexpr const char* ID_NAME = "Sayuri 2014.05.24 devel";
constexpr const char* ID_NAME = "Sayuri 2014.05.25";
constexpr const char* ID_AUTHOR = "Hironori Ishibashi";

/*******************/
Expand Down

0 comments on commit e57c1aa

Please sign in to comment.