Skip to content

Commit d26c1fc

Browse files
committed
Bump up version
1 parent c223631 commit d26c1fc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
cmake_minimum_required(VERSION 3.9)
44
project(render_pipeline
5-
VERSION 0.5.0
5+
VERSION 0.6.0
66
DESCRIPTION "Render Pipeline C++ project"
77
LANGUAGES CXX
88
)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ This project is C++ ported version of [Render Pipeline](https://github.com/tobsp
55
And I am developing the project and new features for CR Software Framework (...).
66

77
#### Build Status
8-
| OS | Build Status | Latest Build |
9-
| :------: | :----------------------: | :-----------------------------------------------------------------------------: |
10-
| Windows | [![win-badge]][win-link] | vc140 ([Release][vc140-release])<br/>vc141 ([Debug][vc141-debug], [Release][vc141-release]) |
8+
| OS | Build Status | Latest Build |
9+
| :------: | :--------------------: | :-----------------------------------------------------------------------------------------: |
10+
| Windows | [![ci-badge]][ci-link] | vc140 ([Release][vc140-release])<br/>vc141 ([Debug][vc141-debug], [Release][vc141-release]) |
1111

12-
[win-badge]: https://ci.appveyor.com/api/projects/status/uo5j9rd751aux6l1/branch/master?svg=true "AppVeyor build status"
13-
[win-link]: https://ci.appveyor.com/project/bluekyu/render-pipeline-cpp/branch/master "AppVeyor build link"
12+
[ci-badge]: https://ci.appveyor.com/api/projects/status/uo5j9rd751aux6l1/branch/master?svg=true "AppVeyor build status"
13+
[ci-link]: https://ci.appveyor.com/project/bluekyu/render-pipeline-cpp/branch/master "AppVeyor build link"
1414
[vc140-release]: https://ci.appveyor.com/api/projects/bluekyu/render-pipeline-cpp/artifacts/render_pipeline_cpp.7z?branch=master&job=Image%3A+Visual+Studio+2015%3B+Configuration%3A+Release "Download latest vc140 build (Release)"
1515
[vc141-debug]: https://ci.appveyor.com/api/projects/bluekyu/render-pipeline-cpp/artifacts/render_pipeline_cpp.7z?branch=master&job=Image%3A+Visual+Studio+2017%3B+Configuration%3A+Debug "Download latest vc141 build (Debug)"
1616
[vc141-release]: https://ci.appveyor.com/api/projects/bluekyu/render-pipeline-cpp/artifacts/render_pipeline_cpp.7z?branch=master&job=Image%3A+Visual+Studio+2017%3B+Configuration%3A+Release "Download latest vc141 build (Release)"

0 commit comments

Comments
 (0)