We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264e6a4 commit 18d24a2Copy full SHA for 18d24a2
CMakeLists.txt
@@ -9,7 +9,7 @@ else()
9
set(WONDERCARD_SUBPROJECT ON)
10
endif()
11
12
-project(wondercard VERSION 0.2.0 LANGUAGES CXX)
+project(wondercard VERSION 0.1.1 LANGUAGES CXX)
13
14
find_program(CCACHE_PROGRAM ccache)
15
if(CCACHE_PROGRAM)
Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = "Wondercard"
38
# could be handy for archiving the generated documentation or if some version
39
# control system is used.
40
41
-PROJECT_NUMBER =
+PROJECT_NUMBER = v0.1.1
42
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
# for a project that appears at the top of each page and should give viewer a
0 commit comments