Skip to content

Commit

Permalink
[1.2.6] bump to 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed May 16, 2024
1 parent d8ba61a commit a7f14c3
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.6-rc2-debian12.deb
cp ../mogan*.deb mogan-research-v1.2.6-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.6-rc2"
XMACS_VERSION="1.2.6"
CONFIG_USER = "XmacsLabs"
DEVEL_VERSION = TEXMACS_VERSION
DEVEL_RELEASE = 1
Expand Down

0 comments on commit a7f14c3

Please sign in to comment.