Skip to content

Commit

Permalink
Updates for 3.1-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Jan 13, 2025
1 parent 7ff5c04 commit 81e0fc3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
- uses: lukka/run-vcpkg@v11
name: Install dependencies
with:
vcpkgGitCommitId: 3508985146f1b1d248c67ead13f8f54be5b4f5da
vcpkgGitCommitId: b322364f06308bdd24823f9d8f03fe0cc86fd46f
- name: Configure
run: cmake -S . -B build --preset "windows-debug"
- name: Building
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
- uses: lukka/run-vcpkg@v11
name: Install dependencies
with:
vcpkgGitCommitId: 3508985146f1b1d248c67ead13f8f54be5b4f5da
vcpkgGitCommitId: b322364f06308bdd24823f9d8f03fe0cc86fd46f
- name: Build
uses: lukka/run-cmake@v10
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ jobs:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
with:
snap: ${{ steps.snapcraft.outputs.snap }}
release: stable
release: candidate
2 changes: 1 addition & 1 deletion dist/net.longturn.freeciv21.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
<content_attribute id="social-chat">mild</content_attribute>
</content_rating>
<releases>
<release version="@FC21_REV_TAG@" date="@currentDay@" type="development"/>
<release version="@FC21_REV_TAG@" date="@currentDay@" type="stable"/>
</releases>
</component>
2 changes: 1 addition & 1 deletion dist/net.longturn.freeciv21.modpack.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
<content_attribute id="social-chat">mild</content_attribute>
</content_rating>
<releases>
<release version="@FC21_REV_TAG@" date="@currentDay@" type="development"/>
<release version="@FC21_REV_TAG@" date="@currentDay@" type="stable"/>
</releases>
</component>
2 changes: 1 addition & 1 deletion dist/net.longturn.freeciv21.ruledit.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
<content_attribute id="social-chat">mild</content_attribute>
</content_rating>
<releases>
<release version="@FC21_REV_TAG@" date="@currentDay@" type="development"/>
<release version="@FC21_REV_TAG@" date="@currentDay@" type="stable"/>
</releases>
</component>
2 changes: 1 addition & 1 deletion dist/net.longturn.freeciv21.server.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
<content_attribute id="social-chat">mild</content_attribute>
</content_rating>
<releases>
<release version="@FC21_REV_TAG@" date="@currentDay@" type="development"/>
<release version="@FC21_REV_TAG@" date="@currentDay@" type="stable"/>
</releases>
</component>

0 comments on commit 81e0fc3

Please sign in to comment.