Skip to content

Commit

Permalink
"-Prerelease."を削除し、バージョン番号をv1.1.1とする。
Browse files Browse the repository at this point in the history
------ auto generated message by Theolizer
auto test(one-set) : PASS
TheolizerDriver  : fd63cafcab5352e032b75e39b2df6338
TheolizerLibrary : e024b1875a3d203cc0d966101af6888c
Library's Header : 373c3c8571f1a3a5145eb82c9d090106
------ end of message
  • Loading branch information
yossi-tahara committed Jun 21, 2017
1 parent ad6b058 commit 8b2b149
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,9 @@ Windowsとubuntu用のプリビルド版を用意しています。<br>
Theolizerは信頼性を上げるために自動テストを実装しています。

- CIサービスによるサブセット・テスト(masterブランチの最新版)の状態<br>
Travis CIにてubuntu環境のサブセット・テストをpush毎に自動実行しています。<br>
Travis CI result : [![Build Status](https://travis-ci.org/yossi-tahara/Theolizer.svg?branch=master)](https://travis-ci.org/yossi-tahara/Theolizer) "for StaticWithBoost without sudo on ubuntu 14.04 LTS"
~~Travis CIにてubuntu環境のサブセット・テストをpush毎に自動実行しています。~~<br>
~~Travis CI result : [![Build Status](https://travis-ci.org/yossi-tahara/Theolizer.svg?branch=master)](https://travis-ci.org/yossi-tahara/Theolizer) "for StaticWithBoost without sudo on ubuntu 14.04 LTS"~~<br>
(2017年6月21日現在、Travis-CIのllvmパッケージの異常により、Travis-CI環境ではTheolizerドライバをビルドできないため、一時的に停止しています。詳しくはIssue #38を参照下さい。)

- ローカル環境によるフルセット・テストについて<br>
バージョン番号に`-Prerelease`サフィックスのないものはフルセットのテストを完了しています。<br>
Expand Down
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ message(STATUS "CI_SERVICE =${CI_SERVICE}")
#-----------------------------------------------------------------------------

project(Theolizer VERSION 1.1.1)
set(TEMPORARY_VERSION "-Prerelease.")
#set(TEMPORARY_VERSION "-Prerelease.")

message(STATUS "PROJECT_VERSION=${PROJECT_VERSION}${TEMPORARY_VERSION}")

Expand Down

0 comments on commit 8b2b149

Please sign in to comment.