Skip to content

Commit 494f73f

Browse files
committed
docs: update version info to 1.1.1
1 parent e779d0f commit 494f73f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2-
project(dandelion VERSION 0.4)
2+
project(dandelion VERSION 1.1)
33

44
set(CMAKE_CXX_STANDARD 20)
55
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = Dandelion
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1.0.3
51+
PROJECT_NUMBER = 1.1.1
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

docs/build.dox

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
- Assimp 5.2.5, Open Assert Import Library License
3131
- Dear ImGui 1.89.3 (docking branch), MIT License
3232
- stb\_image 2.30, MIT License & Public Domain
33+
- stb\_image\_write 1.16 (modified for AppleClang compatibility), MIT License & Public Domain
3334
- spdlog 1.14.1, MIT License
3435
- {fmt} 11.0.2, {fmt}'s License
3536
- portable-file-dialogs (commit 7f852d88a480020d7f91957cbcefe514fc95000c), WTFPL License
@@ -52,8 +53,8 @@
5253
\section requests 工具需求
5354

5455
- 支持 C++ 20 标准的编译器
55-
- 最低要求 Visual Studio 2019、GNU GCC 11、Clang 14 。由于我们开启的警告等级很高,更低版本的编译器可能会产生错误的警告。
56-
- 推荐使用 Visual Studio 2022、GNU GCC 12+、Clang 15+ ,可以使用最新的稳定版本
56+
- 最低要求 Visual Studio 2022、GNU GCC 11、Clang 14 。由于我们开启的警告等级很高,更低版本的编译器可能会产生错误的警告。
57+
- 推荐使用 Visual Studio 2022、GNU GCC 12+、Clang 15+ ,推荐使用最新的稳定版本
5758
- CMake 3.14 及以上(推荐使用最新的稳定版本)
5859

5960
在 Windows 平台上,从官方网站下载安装足够新的 Visual Studio 和 CMake 即可;在 Linux 平台上可以用包管理器安装编译器和 CMake;在 macOS 平台上,我们推荐安装 Xcode 命令行工具(不是 Xcode IDE),并使用 Homebrew 安装 CMake。

0 commit comments

Comments
 (0)