From 0f762e0b02c05804588c6cb87827480ba4c293d9 Mon Sep 17 00:00:00 2001 From: James Donald Date: Fri, 9 Mar 2018 15:14:58 -0800 Subject: [PATCH 1/2] Bump version to 1.1.0 --- Doxyfile | 2 +- version.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index e2adb63f3..7ccf283b6 100644 --- a/Doxyfile +++ b/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = Autowiring # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "1.0.6" +PROJECT_NUMBER = "1.1.0" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer diff --git a/version.cmake b/version.cmake index 01f2b772e..250d879f7 100644 --- a/version.cmake +++ b/version.cmake @@ -1 +1 @@ -set(autowiring_VERSION 1.0.6) +set(autowiring_VERSION 1.1.0) From 1c9b84f011718f53f8e91d31b40a8bd6ae7bc781 Mon Sep 17 00:00:00 2001 From: James Donald Date: Fri, 9 Mar 2018 15:28:05 -0800 Subject: [PATCH 2/2] Update publicDoxyfile --- publicDoxyfile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publicDoxyfile.conf b/publicDoxyfile.conf index 5e356ed75..948d8e1db 100644 --- a/publicDoxyfile.conf +++ b/publicDoxyfile.conf @@ -38,7 +38,7 @@ PROJECT_NAME = Autowiring # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0.6 +PROJECT_NUMBER = 1.1.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a