Skip to content

Commit

Permalink
Version bump to test improved docs building
Browse files Browse the repository at this point in the history
  • Loading branch information
saxbophone committed May 5, 2021
1 parent 0d3cbae commit ffae7ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ else()
set(WONDERCARD_SUBPROJECT ON)
endif()

project(wondercard VERSION 0.1.2 LANGUAGES CXX)
project(wondercard VERSION 0.1.3 LANGUAGES CXX)

find_program(CCACHE_PROGRAM ccache)
if(CCACHE_PROGRAM)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
PROJECT_NUMBER = v0.1.3

# 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
Expand Down

0 comments on commit ffae7ab

Please sign in to comment.