Skip to content

Commit

Permalink
[1.2.9.5] bump to rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Nov 25, 2024
1 parent bc2f5b8 commit ea9cadb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_research_on_debian_bookworm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Generate Installer
run: |
packages/debian/package.sh
cp ../mogan*.deb mogan-research-v1.2.9.7-rc4-debian12.deb
cp ../mogan*.deb mogan-research-v1.2.9.7-rc5-debian12.deb
- name: Upload
uses: actions/upload-artifact@v3
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_research_on_fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
xmake config -m release -vD --yes
QA_RPATHS=0x0001 xmake pack -vD -f rpm research
cp build/xpack/research/x86_64/*rpm mogan-research-v1.2.9.7-rc4-fedora41.rpm
cp build/xpack/research/x86_64/*rpm mogan-research-v1.2.9.7-rc5-fedora41.rpm
- name: Upload
uses: actions/upload-artifact@v3
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
Expand Down
2 changes: 1 addition & 1 deletion xmake/vars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
-- in the root directory or <http://www.gnu.org/licenses/gpl-3.0.html>.

TEXMACS_VERSION = "2.1.2"
XMACS_VERSION="1.2.9.7-rc4"
XMACS_VERSION="1.2.9.7-rc5"
CONFIG_USER = "XmacsLabs"
DEVEL_VERSION = TEXMACS_VERSION
DEVEL_RELEASE = 1
Expand Down

0 comments on commit ea9cadb

Please sign in to comment.