Skip to content

Commit

Permalink
bump to 1.1.5-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oyyko committed Aug 10, 2023
1 parent 953fe3a commit cd32589
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="4"
VERSION_BUILD="5"
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.4"
local XMACS_VERSION="1.1.5-rc2"
local INSTALL_DIR="build/package"

local TEXMACS_VERSION = "2.1.2"
Expand Down

0 comments on commit cd32589

Please sign in to comment.