Skip to content

Commit b8e823c

Browse files
committed
Bump up 0.5.0 version
1 parent ef43191 commit b8e823c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.4.0
5+
VERSION 0.5.0
66
DESCRIPTION "Render Pipeline C++ project"
77
)
88

docs/build_rpcpp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The **Versions** are used by a build system and does **NOT** need to match. You
88
- [(Patched) Panda3D](https://github.com/bluekyu/panda3d): master branch
99
- FreeType2: 2.5.2 (included in Panda3D third-party)
1010
- Boost: 1.66.0
11-
- [yaml-cpp](https://github.com/jbeder/yaml-cpp): 0.6.1
12-
- [spdlog](https://github.com/gabime/spdlog): 0.16.2
11+
- [yaml-cpp](https://github.com/jbeder/yaml-cpp): 0.6.2
12+
- [spdlog](https://github.com/gabime/spdlog): 0.16.3
1313

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

7474
### 2. CMakeLists.txt File
7575
```
76-
cmake_minimum_required(VERSION 3.8)
76+
cmake_minimum_required(VERSION 3.9)
7777
project(render_pipeline_projects)
7878
7979
# write paths and use options on your system

docs/ko_kr/build_rpcpp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- [(Patched) Panda3D](https://github.com/bluekyu/panda3d): master branch
99
- FreeType2: 2.5.2 (Panda3D third-party 포함된 버전)
1010
- Boost: 1.66.0
11-
- [yaml-cpp](https://github.com/jbeder/yaml-cpp): 0.6.1
12-
- [spdlog](https://github.com/gabime/spdlog): 0.16.2
11+
- [yaml-cpp](https://github.com/jbeder/yaml-cpp): 0.6.2
12+
- [spdlog](https://github.com/gabime/spdlog): 0.16.3
1313

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

7474
### 2. CMakeLists.txt 파일
7575
```
76-
cmake_minimum_required(VERSION 3.8)
76+
cmake_minimum_required(VERSION 3.9)
7777
project(render_pipeline_projects)
7878
7979
# 개인 시스템에 맞는 경로 및 옵션을 사용

0 commit comments

Comments
 (0)