Skip to content

Commit

Permalink
1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
na-trium-144 committed May 3, 2024
1 parent bd6b845 commit cc8c9dc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.11.3] - 2024-05-03
### Changed
* def.hとversion.rcの生成をbuildディレクトリ内に変更 (#259)

## [1.11.2] - 2024-05-03
### Fixed
* MacOSでValAdaptorのコンパイルエラー修正 (#255)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)

project(webcface
LANGUAGES CXX C
VERSION 1.11.2
VERSION 1.11.3
HOMEPAGE_URL "https://github.com/na-trium-144/webcface"
DESCRIPTION "Web-based RPC & UI Library"
)
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.11.2"
PROJECT_NUMBER = "1.11.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
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Debianなど他のディストリビューションで動作するかはわか
<details open><summary>x86_64</summary>

```sh
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.2/webcface_1.11.2-ubuntu24.04_amd64.deb
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.3/webcface_1.11.3-ubuntu24.04_amd64.deb
curl -fLO https://github.com/na-trium-144/webcface-webui/releases/download/v1.6.0/webcface-webui_1.6.0-s_amd64.deb
curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.4/webcface-tools_1.4.4-ubuntu24.04_amd64.deb
```
Expand All @@ -82,7 +82,7 @@ curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.
<details><summary>arm64</summary>

```sh
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.2/webcface_1.11.2-ubuntu24.04_arm64.deb
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.3/webcface_1.11.3-ubuntu24.04_arm64.deb
curl -fLO https://github.com/na-trium-144/webcface-webui/releases/download/v1.6.0/webcface-webui_1.6.0-s_arm64.deb
curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.4/webcface-tools_1.4.4-ubuntu24.04_arm64.deb
```
Expand All @@ -91,7 +91,7 @@ curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.
<details><summary>armhf</summary>

```sh
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.2/webcface_1.11.2-ubuntu24.04_armhf.deb
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.3/webcface_1.11.3-ubuntu24.04_armhf.deb
curl -fLO https://github.com/na-trium-144/webcface-webui/releases/download/v1.6.0/webcface-webui_1.6.0-s_armhf.deb
curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.4/webcface-tools_1.4.4-ubuntu24.04_armhf.deb
```
Expand All @@ -101,7 +101,7 @@ curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.
<details open><summary>x86_64</summary>

```sh
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.2/webcface_1.11.2-ubuntu22.04_amd64.deb
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.3/webcface_1.11.3-ubuntu22.04_amd64.deb
curl -fLO https://github.com/na-trium-144/webcface-webui/releases/download/v1.6.0/webcface-webui_1.6.0-s_amd64.deb
curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.4/webcface-tools_1.4.4-ubuntu22.04_amd64.deb
```
Expand All @@ -110,7 +110,7 @@ curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.
<details><summary>arm64</summary>

```sh
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.2/webcface_1.11.2-ubuntu22.04_arm64.deb
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.3/webcface_1.11.3-ubuntu22.04_arm64.deb
curl -fLO https://github.com/na-trium-144/webcface-webui/releases/download/v1.6.0/webcface-webui_1.6.0-s_arm64.deb
curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.4/webcface-tools_1.4.4-ubuntu22.04_arm64.deb
```
Expand All @@ -119,7 +119,7 @@ curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.
<details><summary>armhf</summary>

```sh
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.2/webcface_1.11.2-ubuntu22.04_armhf.deb
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.3/webcface_1.11.3-ubuntu22.04_armhf.deb
curl -fLO https://github.com/na-trium-144/webcface-webui/releases/download/v1.6.0/webcface-webui_1.6.0-s_armhf.deb
curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.4/webcface-tools_1.4.4-ubuntu22.04_armhf.deb
```
Expand All @@ -129,7 +129,7 @@ curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.
<details><summary>x86_64</summary>

```sh
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.2/webcface_1.11.2-ubuntu20.04_amd64.deb
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.3/webcface_1.11.3-ubuntu20.04_amd64.deb
curl -fLO https://github.com/na-trium-144/webcface-webui/releases/download/v1.6.0/webcface-webui_1.6.0-s_amd64.deb
curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.4/webcface-tools_1.4.4-ubuntu20.04_amd64.deb
```
Expand All @@ -138,7 +138,7 @@ curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.
<details><summary>arm64</summary>

```sh
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.2/webcface_1.11.2-ubuntu20.04_arm64.deb
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.3/webcface_1.11.3-ubuntu20.04_arm64.deb
curl -fLO https://github.com/na-trium-144/webcface-webui/releases/download/v1.6.0/webcface-webui_1.6.0-s_arm64.deb
curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.4/webcface-tools_1.4.4-ubuntu20.04_arm64.deb
```
Expand All @@ -147,7 +147,7 @@ curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.
<details><summary>armhf</summary>

```sh
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.2/webcface_1.11.2-ubuntu20.04_armhf.deb
curl -fLO https://github.com/na-trium-144/webcface/releases/download/v1.11.3/webcface_1.11.3-ubuntu20.04_armhf.deb
curl -fLO https://github.com/na-trium-144/webcface-webui/releases/download/v1.6.0/webcface-webui_1.6.0-s_armhf.deb
curl -fLO https://github.com/na-trium-144/webcface-tools/releases/download/v1.4.4/webcface-tools_1.4.4-ubuntu20.04_armhf.deb
```
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>webcface</name>
<version>1.11.2</version>
<version>1.11.3</version>
<description>Web-based RPC &amp; UI Library</description>
<maintainer email="[email protected]">na-trium-144</maintainer>
<license>MIT</license>
Expand Down

0 comments on commit cc8c9dc

Please sign in to comment.