Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
na-trium-144 committed Aug 30, 2024
1 parent dd795ed commit 97c8fc3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.4] - 2024-08-30
### Fixed
* macosのuniversalビルドでstd::bad_any_castになることがあるので、std::anyをやめてvariantに変更 (#392)

## [2.0.3] - 2024-08-29
### Fixed
* v2.0.2の変更でwebcface-config.cmakeのパスの展開にバグがあったのを修正 (#390)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(webcface VERSION 2.0.3)
project(webcface VERSION 2.0.4)

if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
set(IS_MAIN on)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "WebCFace"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "2.0.3"
PROJECT_NUMBER = "2.0.4"

# 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
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('webcface', 'c', 'cpp',
version: '2.0.3',
version: '2.0.4',
license: 'MIT',
meson_version: '>=1.3.0',
default_options: [
Expand Down

0 comments on commit 97c8fc3

Please sign in to comment.