Skip to content

Commit

Permalink
[1.2.9.6] bump to 1.2.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JackYansongLi authored Nov 3, 2024
1 parent f64e175 commit 00e8725
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.5-debian12.deb
cp ../mogan*.deb mogan-research-v1.2.9.6-debian12.deb
- name: Upload
uses: actions/upload-artifact@v3
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
Expand Down
2 changes: 1 addition & 1 deletion packages/debian/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

APP_HOME="$(cd "${FWDIR}/../.."; pwd)"

VERSION="1.2.9.5"
VERSION="1.2.9.6"

ln -s $APP_HOME/packages/debian $APP_HOME/debian
cp $APP_HOME/debian/control.in $APP_HOME/debian/control
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.5"
XMACS_VERSION="1.2.9.6"
CONFIG_USER = "XmacsLabs"
DEVEL_VERSION = TEXMACS_VERSION
DEVEL_RELEASE = 1
Expand Down

0 comments on commit 00e8725

Please sign in to comment.