We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d4a79 commit 737eac3Copy full SHA for 737eac3
2 files changed
CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.15.0 FATAL_ERROR)
6
# Define the project name and language
7
project(Crow
8
LANGUAGES CXX
9
- VERSION 1.3.1
+ VERSION 1.3.2
10
)
11
12
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
Doxyfile
@@ -48,7 +48,7 @@ PROJECT_NAME = Crow
48
# could be handy for archiving the generated documentation or if some version
49
# control system is used.
50
51
-PROJECT_NUMBER = 1.3.1
+PROJECT_NUMBER = 1.3.2
52
53
# Using the PROJECT_BRIEF tag one can provide an optional one line description
54
# for a project that appears at the top of each page and should give viewer a
0 commit comments