From 11362c4bb3ec338a587e42a15c8d8ee5f510c678 Mon Sep 17 00:00:00 2001 From: Joshua Saxby Date: Wed, 5 May 2021 02:33:09 +0100 Subject: [PATCH] Version bump again to test multiversion docs --- CMakeLists.txt | 2 +- Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6478ac0..8757dd0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ else() set(WONDERCARD_SUBPROJECT ON) endif() -project(wondercard VERSION 0.1.1 LANGUAGES CXX) +project(wondercard VERSION 0.1.2 LANGUAGES CXX) find_program(CCACHE_PROGRAM ccache) if(CCACHE_PROGRAM) diff --git a/Doxyfile b/Doxyfile index 5b9f4e1..1497100 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Wondercard" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v0.1.1 +PROJECT_NUMBER = v0.1.2 # 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