Skip to content

Commit

Permalink
[1.2.9.1] bump to 1.2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Aug 25, 2024
1 parent 4c7b9dc commit ec224fa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 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-debian12.deb
cp ../mogan*.deb mogan-research-v1.2.9.1-rc1-debian12.deb
- name: Upload
uses: actions/upload-artifact@v3
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
Expand Down
9 changes: 1 addition & 8 deletions packages/debian/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@ fi

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

VERSION_MAJOR="1"
VERSION_MINOR="2"
VERSION_BUILD="9"
if [ -n "$VERSION_BUILD" ]; then
VERSION=${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_BUILD}
else
VERSION=${VERSION_MAJOR}.${VERSION_MINOR}
fi
VERSION="1.2.9.1-rc1"

ln -s $APP_HOME/packages/debian $APP_HOME/debian
cp $APP_HOME/debian/control.in $APP_HOME/debian/control
Expand Down
6 changes: 3 additions & 3 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 ${VERSION_MAJOR},${VERSION_MINOR},${VERSION_ALTER},0
PRODUCTVERSION ${VERSION_MAJOR},${VERSION_MINOR},${VERSION_ALTER},0
FILEVERSION 1,2,9,1
PRODUCTVERSION 1,2,9.1
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 All @@ -35,4 +35,4 @@ BEGIN
BEGIN
VALUE "Translation", 0x0409, 0x04B0
END
END
END
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"
XMACS_VERSION="1.2.9.1-rc1"
CONFIG_USER = "XmacsLabs"
DEVEL_VERSION = TEXMACS_VERSION
DEVEL_RELEASE = 1
Expand Down

0 comments on commit ec224fa

Please sign in to comment.