Skip to content

Commit

Permalink
[1.2.9.2] bump to 1.2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Sep 27, 2024
1 parent df0e03f commit 1fea662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2-rc7-debian12.deb
cp ../mogan*.deb mogan-research-v1.2.9.2-debian12.deb
- 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.2-rc7"
XMACS_VERSION="1.2.9.2"
CONFIG_USER = "XmacsLabs"
DEVEL_VERSION = TEXMACS_VERSION
DEVEL_RELEASE = 1
Expand Down

0 comments on commit 1fea662

Please sign in to comment.