diff --git a/CMakeLists.txt b/CMakeLists.txt index 56d39fef..39311f8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ endif() project(doxypress) set(BUILD_MAJOR "1") -set(BUILD_MINOR "6") +set(BUILD_MINOR "7") set(BUILD_MICRO "0") set(BUILD_COMPONENTS "doxypress") diff --git a/test_build/doxy_test.json b/test_build/doxy_test.json index 61fab396..b1c4aec1 100644 --- a/test_build/doxy_test.json +++ b/test_build/doxy_test.json @@ -421,7 +421,7 @@ "project-brief": "Sample files to test the functionality of DoxyPress", "project-logo": "images/cslogo-32.png", "project-name": "DoxyPress Test", - "project-version": "1.6.0" + "project-version": "1.7.0" }, "source": { "inline-source": true, diff --git a/test_build/doxy_test_clang.json b/test_build/doxy_test_clang.json index 88a8d622..0ea6e289 100644 --- a/test_build/doxy_test_clang.json +++ b/test_build/doxy_test_clang.json @@ -416,7 +416,7 @@ "project-brief": "", "project-logo": "images/cslogo-32.png", "project-name": "DoxyPress Clang Parsing", - "project-version": "1.4.1" + "project-version": "1.7.0" }, "source": { "inline-source": true,