Skip to content

Commit

Permalink
[1.2.5] bump to 1.2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Jun 1, 2024
1 parent 5d4c98f commit 2601864
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.5.4-debian12.deb
cp ../mogan*.deb mogan-research-v1.2.5.5-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.5.4"
VERSION="1.2.5.5"

ln -s $APP_HOME/packages/debian $APP_HOME/debian
cp $APP_HOME/debian/control.in $APP_HOME/debian/control
Expand Down
4 changes: 2 additions & 2 deletions packages/windows/resource.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ appicon ICON "Xmacs.ico"

// Version information; this, too, is used by WinSparkle
1 VERSIONINFO
FILEVERSION 1,2,5,4
PRODUCTVERSION 1,2,5,4
FILEVERSION 1,2,5,5
PRODUCTVERSION 1,2,5,5
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEFLAGS 0 // indicate whether this file contains debugger information, and whether this is different from executable with same version.
FILEOS VOS_NT_WINDOWS32
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if is_plat ("macosx", "windows") then
end

local TEXMACS_VERSION = "2.1.2"
local XMACS_VERSION="1.2.5.4"
local XMACS_VERSION="1.2.5.5"
local CONFIG_USER = "XmacsLabs"
local DEVEL_VERSION = TEXMACS_VERSION
local DEVEL_RELEASE = 1
Expand Down

0 comments on commit 2601864

Please sign in to comment.