We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3860594 commit 1a97f7bCopy full SHA for 1a97f7b
2 files changed
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.9)
2
3
# set the project name and version
4
-project(CXXGraph VERSION 0.1.4)
+project(CXXGraph VERSION 0.1.5)
5
6
configure_file(CXXGraphConfig.h.in ${PROJECT_SOURCE_DIR}/include/CXXGraphConfig.h)
7
docs/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = "CXXGraph"
38
# could be handy for archiving the generated documentation or if some version
39
# control system is used.
40
41
-PROJECT_NUMBER = 0.1.4
+PROJECT_NUMBER = 0.1.5
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