From de76cdb62e4043203e02d3c4c90a56f0accaed78 Mon Sep 17 00:00:00 2001 From: James Donald Date: Wed, 2 Aug 2017 12:17:21 -0700 Subject: [PATCH 1/3] Bump version to v1.0.5 --- version.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.cmake b/version.cmake index 7bccc2a0f..e03cdc166 100644 --- a/version.cmake +++ b/version.cmake @@ -1 +1 @@ -set(autowiring_VERSION 1.0.4) +set(autowiring_VERSION 1.0.5) From 374c491105b2d1ba1dbb1baefc2cc5ce3927c564 Mon Sep 17 00:00:00 2001 From: James Donald Date: Wed, 2 Aug 2017 15:02:03 -0700 Subject: [PATCH 2/3] Update Doxyfile version as well --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index dad5a7377..0fc703708 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.4" +PROJECT_NUMBER = "1.0.5" # 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 From 18c42cec62084d69e12a03222f56d697fa077176 Mon Sep 17 00:00:00 2001 From: James Donald Date: Wed, 2 Aug 2017 16:13:25 -0700 Subject: [PATCH 3/3] Actually pass ./scripts/version_number_updated.sh --- publicDoxyfile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publicDoxyfile.conf b/publicDoxyfile.conf index e671ae037..b4be3ee2b 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.4 +PROJECT_NUMBER = 1.0.5 # 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