From 9047c388d3615425c0ffeb1c31f200c80865fbba Mon Sep 17 00:00:00 2001 From: Jason Lokerson Date: Tue, 24 Mar 2015 11:41:15 -0700 Subject: [PATCH] Bump version number --- Doxyfile | 2 +- publicDoxyfile.conf | 2 +- version.cmake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 38bd60e9f..e73312580 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 = "0.5.0" +PROJECT_NUMBER = "0.5.1" # 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/publicDoxyfile.conf b/publicDoxyfile.conf index c56e74b41..1388a2fd6 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 = 0.5.0 +PROJECT_NUMBER = 0.5.1 # 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 diff --git a/version.cmake b/version.cmake index 006a6503f..fbbe55b7b 100644 --- a/version.cmake +++ b/version.cmake @@ -1 +1 @@ -set(autowiring_VERSION 0.5.0) +set(autowiring_VERSION 0.5.1)