Skip to content

Commit

Permalink
prepare 4.4.1-3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Sep 13, 2024
1 parent da34d44 commit ae4803a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Entries in this file are in reverse chronological order.

## 2024-09-13

* v4.4.1-2 released
* prepare v4.4.1-3
* d83ceb4 move tests in build-assets
* 6d74ab2 prepare v4.4.1-2
* 80f5448 build-assets/package.json: bump deps
Expand Down
2 changes: 1 addition & 1 deletion build-assets/scripts/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.1-2
4.4.1-3
4 changes: 2 additions & 2 deletions build-assets/scripts/versioning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ function application_build_versioned_components()
make_build "4.4.1"

# https://github.com/rmyorston/busybox-w32/tags
if [[ "${XBB_RELEASE_VERSION}" =~ 4[.]4[.]1-2 ]]
if [[ "${XBB_RELEASE_VERSION}" =~ 4[.]4[.]1-3 ]]
then
busybox_build "FRP-5398-g89ae34445" # 25 Jun 2024
elif [[ "${XBB_RELEASE_VERSION}" =~ 4[.]4[.]1-1 ]]
elif [[ "${XBB_RELEASE_VERSION}" =~ 4[.]4[.]1-[12] ]]
then
busybox_build "FRP-5181-g5c1a3b00e" # 18 Aug 2023
else
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xpack-dev-tools/windows-build-tools",
"version": "4.4.1-2.1.pre",
"version": "4.4.1-3.1.pre",
"description": "A binary xPack with the Windows Build Tools executables.",
"main": "",
"scripts": {
Expand Down

0 comments on commit ae4803a

Please sign in to comment.