Skip to content

Commit

Permalink
リリース用にバージョン番号を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalPhaeton committed Sep 26, 2017
1 parent 1b70b5a commit a353de3
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 @@ -34,7 +34,7 @@ endif(NOT CMAKE_CXX_COMPILER)

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

# デフォルトでリリース用のコンパイルに設定する。
if(NOT CMAKE_BUILD_TYPE)
Expand Down
2 changes: 1 addition & 1 deletion src/chess_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace Sayuri {
// エンジン情報 //
// ============ //
/** Sayuriのバージョン番号。 */
constexpr const char* ID_NAME = "Sayuri 2017.08.19 devel";
constexpr const char* ID_NAME = "Sayuri 2017.09.26";
/** Sayuriの作者名。 */
constexpr const char* ID_AUTHOR = "Hironori Ishibashi";
/** ライセンス文。 */
Expand Down

0 comments on commit a353de3

Please sign in to comment.