diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ee0380da..685bf1a685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.1.6] - 2023-11-18 +### Fixed +* MacOSでbrew installするとexampleが動かないのを修正 (#89) + ## [1.1.5] - 2023-11-18 ### Changed * readmeとtutorialを改訂 (#67) diff --git a/Doxyfile b/Doxyfile index 46ebaf14e0..19c5f6b48b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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.4" +PROJECT_NUMBER = "1.1.6" # 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/README.md b/README.md index 31a1d4786b..41624329fc 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ debパッケージはubuntu22.04でビルドしています。20.04以前のubun 例 (amd64の場合) ```sh -curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.1.5/webcface_1.1.5_amd64.deb +curl -LO https://github.com/na-trium-144/webcface/releases/download/v1.1.6/webcface_1.1.6_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 diff --git a/src/include/webcface/common/def.h b/src/include/webcface/common/def.h index 3acef1a101..083f636dab 100644 --- a/src/include/webcface/common/def.h +++ b/src/include/webcface/common/def.h @@ -6,7 +6,7 @@ #define WEBCFACE_SERVER_NAME "webcface" #define WEBCFACE_VERSION_MAJOR 1 #define WEBCFACE_VERSION_MINOR 1 -#define WEBCFACE_VERSION_REVISION 5 +#define WEBCFACE_VERSION_REVISION 6 #define WEBCFACE_VERSION_I(maj, min, rev) \ WEBCFACE_STR(maj) "." WEBCFACE_STR(min) "." WEBCFACE_STR(rev) #define WEBCFACE_VERSION \