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 1f33da3 commit e8ee19eCopy full SHA for e8ee19e
CMakeLists.txt
@@ -10,7 +10,7 @@ project (cpp-pre)
10
11
set (pre_VERSION_MAJOR 1)
12
set (pre_VERSION_MINOR 4)
13
-set (pre_VERSION_PATCH 1)
+set (pre_VERSION_PATCH 2)
14
15
set (PRE_VERSION "${pre_VERSION_MAJOR}.${pre_VERSION_MINOR}.${pre_VERSION_PATCH}")
16
Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = "lib-cpp-pre"
38
# could be handy for archiving the generated documentation or if some version
39
# control system is used.
40
41
-PROJECT_NUMBER = 1.4.1
+PROJECT_NUMBER = 1.4.2
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