We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efd186 commit 8d5809dCopy full SHA for 8d5809d
2 files changed
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
2
3
-project(guc VERSION 0.5)
+project(guc VERSION 0.6)
4
5
set(CMAKE_CXX_STANDARD 17)
6
set(CMAKE_CXX_STANDARD_REQUIRED ON)
README.md
@@ -43,7 +43,7 @@ cmake --build . -j8 --config Release
43
### Usage
44
45
```
46
-guc 0.5 - glTF to USD converter
+guc 0.6 - glTF to USD converter
47
48
Usage: guc [options] [--] <gltf_path> <usd_path>
49
0 commit comments