Skip to content

Commit

Permalink
1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
na-trium-144 committed Nov 20, 2023
1 parent 42aff62 commit b7dbd54
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 @@
## [1.1.8] - 2023-11-20
### Fixed
* brewでインストールしたspdlog,fmtを使ったときのビルドエラーを修正 (#97)

## [1.1.7] - 2023-11-20
### Changed
* クライアントのwebsocketライブラリをlibcurlに、サーバー側をcrowに変更 (#90)
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 = "1.1.7"
PROJECT_NUMBER = "1.1.8"

# 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ debパッケージはubuntu22.04でビルドしています。20.04以前のubun

例 (amd64の場合)
```sh
curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.1.7/webcface_1.1.7_amd64.deb
curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.1.8/webcface_1.1.8_amd64.deb
curl -LO https://github.com/na-trium-144/webcface-webui/releases/download/v1.0.5/webcface-webui_1.0.5_all.deb
curl -LO https://github.com/na-trium-144/webcface-tools/releases/download/v1.1.2/webcface-tools_1.1.2_amd64.deb
sudo apt install ./webcface*.deb
Expand Down
2 changes: 1 addition & 1 deletion src/include/webcface/common/def.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define WEBCFACE_SERVER_NAME "webcface"
#define WEBCFACE_VERSION_MAJOR 1
#define WEBCFACE_VERSION_MINOR 1
#define WEBCFACE_VERSION_REVISION 7
#define WEBCFACE_VERSION_REVISION 8
#define WEBCFACE_VERSION_I(maj, min, rev) \
WEBCFACE_STR(maj) "." WEBCFACE_STR(min) "." WEBCFACE_STR(rev)
#define WEBCFACE_VERSION \
Expand Down

0 comments on commit b7dbd54

Please sign in to comment.