Skip to content

Commit

Permalink
bump to 1.1.6 rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Sep 24, 2023
1 parent b6c0f3d commit e2175e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/debian/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ APP_HOME="$(cd "${FWDIR}/../.."; pwd)"

VERSION_MAJOR="1"
VERSION_MINOR="1"
VERSION_BUILD="5"
VERSION_BUILD="6"
if [ -n "$VERSION_BUILD" ]; then
VERSION=${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_BUILD}
else
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if not is_plat("wasm") then
add_requires("nowide_standalone 11.2.0", {system=false})
end

local XMACS_VERSION="1.1.5"
local XMACS_VERSION="1.1.6-rc1"
local INSTALL_DIR="build/package"

local TEXMACS_VERSION = "2.1.2"
Expand Down

0 comments on commit e2175e9

Please sign in to comment.