Skip to content

Commit ae4803a

Browse files
committed
prepare 4.4.1-3
1 parent da34d44 commit ae4803a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Entries in this file are in reverse chronological order.
55

66
## 2024-09-13
77

8-
* v4.4.1-2 released
8+
* prepare v4.4.1-3
99
* d83ceb4 move tests in build-assets
1010
* 6d74ab2 prepare v4.4.1-2
1111
* 80f5448 build-assets/package.json: bump deps

build-assets/scripts/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.4.1-2
1+
4.4.1-3

build-assets/scripts/versioning.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ function application_build_versioned_components()
5252
make_build "4.4.1"
5353

5454
# https://github.com/rmyorston/busybox-w32/tags
55-
if [[ "${XBB_RELEASE_VERSION}" =~ 4[.]4[.]1-2 ]]
55+
if [[ "${XBB_RELEASE_VERSION}" =~ 4[.]4[.]1-3 ]]
5656
then
5757
busybox_build "FRP-5398-g89ae34445" # 25 Jun 2024
58-
elif [[ "${XBB_RELEASE_VERSION}" =~ 4[.]4[.]1-1 ]]
58+
elif [[ "${XBB_RELEASE_VERSION}" =~ 4[.]4[.]1-[12] ]]
5959
then
6060
busybox_build "FRP-5181-g5c1a3b00e" # 18 Aug 2023
6161
else

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xpack-dev-tools/windows-build-tools",
3-
"version": "4.4.1-2.1.pre",
3+
"version": "4.4.1-3.1.pre",
44
"description": "A binary xPack with the Windows Build Tools executables.",
55
"main": "",
66
"scripts": {

0 commit comments

Comments
 (0)