Skip to content

Commit

Permalink
Bump up 0.5.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bluekyu committed Apr 18, 2018
1 parent ef43191 commit b8e823c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cmake_minimum_required(VERSION 3.9)
project(render_pipeline
VERSION 0.4.0
VERSION 0.5.0
DESCRIPTION "Render Pipeline C++ project"
)

Expand Down
6 changes: 3 additions & 3 deletions docs/build_rpcpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The **Versions** are used by a build system and does **NOT** need to match. You
- [(Patched) Panda3D](https://github.com/bluekyu/panda3d): master branch
- FreeType2: 2.5.2 (included in Panda3D third-party)
- Boost: 1.66.0
- [yaml-cpp](https://github.com/jbeder/yaml-cpp): 0.6.1
- [spdlog](https://github.com/gabime/spdlog): 0.16.2
- [yaml-cpp](https://github.com/jbeder/yaml-cpp): 0.6.2
- [spdlog](https://github.com/gabime/spdlog): 0.16.3

### Optional
- Doxygen (to create doxygen documents)
Expand Down Expand Up @@ -73,7 +73,7 @@ If you want to build with plugins and samples, you can do it using the following

### 2. CMakeLists.txt File
```
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.9)
project(render_pipeline_projects)
# write paths and use options on your system
Expand Down
6 changes: 3 additions & 3 deletions docs/ko_kr/build_rpcpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
- [(Patched) Panda3D](https://github.com/bluekyu/panda3d): master branch
- FreeType2: 2.5.2 (Panda3D third-party 포함된 버전)
- Boost: 1.66.0
- [yaml-cpp](https://github.com/jbeder/yaml-cpp): 0.6.1
- [spdlog](https://github.com/gabime/spdlog): 0.16.2
- [yaml-cpp](https://github.com/jbeder/yaml-cpp): 0.6.2
- [spdlog](https://github.com/gabime/spdlog): 0.16.3

### 선택사항
- Doxygen (Doxygen 문서 생성)
Expand Down Expand Up @@ -73,7 +73,7 @@ Native 모듈은 Python 버전의 Render Pipeline 과 동일하며 정적 링크

### 2. CMakeLists.txt 파일
```
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.9)
project(render_pipeline_projects)
# 개인 시스템에 맞는 경로 및 옵션을 사용
Expand Down

0 comments on commit b8e823c

Please sign in to comment.