From e9390c3696b48e2fb86124eccfd8da9e2a700825 Mon Sep 17 00:00:00 2001 From: Matthew Asplund Date: Fri, 11 Jul 2025 23:34:36 -0500 Subject: [PATCH 1/2] bump version --- code/client/cli/recipe.sml | 2 +- code/client/cli/source/commands/version-command.h | 2 +- scripts/linux/release | 2 +- scripts/linux/soup | 2 +- scripts/linux/soupd | 2 +- scripts/windows/install.cmd | 2 +- scripts/windows/release.cmd | 2 +- scripts/windows/sign-installer.cmd | 2 +- scripts/windows/soup-release.cmd | 2 +- scripts/windows/soupd.cmd | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/code/client/cli/recipe.sml b/code/client/cli/recipe.sml index 994b02a6..267daff0 100644 --- a/code/client/cli/recipe.sml +++ b/code/client/cli/recipe.sml @@ -1,5 +1,5 @@ Name: 'Soup' -Version: 0.42.5 +Version: 0.42.6 Language: 'C++|0' Type: 'Executable' Source: [ diff --git a/code/client/cli/source/commands/version-command.h b/code/client/cli/source/commands/version-command.h index a52fa810..49154868 100644 --- a/code/client/cli/source/commands/version-command.h +++ b/code/client/cli/source/commands/version-command.h @@ -31,7 +31,7 @@ namespace Soup::Client // TODO var version = Assembly.GetExecutingAssembly().GetName().Version; // Log::Message($"{version.Major}.{version.Minor}.{version.Build}"); - Log::HighPriority("0.42.5"); + Log::HighPriority("0.42.6"); } private: diff --git a/scripts/linux/release b/scripts/linux/release index 57e97589..cf09d70b 100755 --- a/scripts/linux/release +++ b/scripts/linux/release @@ -11,4 +11,4 @@ RELEASE_DIR=$OUT_DIR/release # Pack the release tarbal mkdir -p $RELEASE_DIR -tar -a -cf $RELEASE_DIR/soup-build-0.42.5-linux-x64.tar.gz -C $RUN_DIR . \ No newline at end of file +tar -a -cf $RELEASE_DIR/soup-build-0.42.6-linux-x64.tar.gz -C $RUN_DIR . \ No newline at end of file diff --git a/scripts/linux/soup b/scripts/linux/soup index 4aaa88da..17e96852 100755 --- a/scripts/linux/soup +++ b/scripts/linux/soup @@ -16,7 +16,7 @@ CONFIG_HASH=Oltq7cGwk0Rbgy1I-3mCMDDE5yM OWNER=mwasplund -SOUP_VERSION="0.42.5" +SOUP_VERSION="0.42.6" COPY_VERSION="1.2.0" MKDIR_VERSION="1.2.0" PARSE_MODULES_VERSION="1.2.0" diff --git a/scripts/linux/soupd b/scripts/linux/soupd index 49d2250c..e6c816e4 100755 --- a/scripts/linux/soupd +++ b/scripts/linux/soupd @@ -16,7 +16,7 @@ CONFIG_HASH=OZlIVjblazFuKXg-raWUNoGEnG4 OWNER=mwasplund -SOUP_VERSION="0.42.5" +SOUP_VERSION="0.42.6" COPY_VERSION="1.2.0" MKDIR_VERSION="1.2.0" PARSE_MODULES_VERSION="1.2.0" diff --git a/scripts/windows/install.cmd b/scripts/windows/install.cmd index 17f22923..9936d243 100644 --- a/scripts/windows/install.cmd +++ b/scripts/windows/install.cmd @@ -3,7 +3,7 @@ SET ScriptsDir=%~dp0 SET RootDir=%ScriptsDir%..\.. SET OutDir=%RootDir%\out -SET SOUP_VERSION=0.42.5 +SET SOUP_VERSION=0.42.6 pushd %OutDir%\release msiexec /package soup-build-%SOUP_VERSION%-windows-x64.msi /passive diff --git a/scripts/windows/release.cmd b/scripts/windows/release.cmd index 709d006c..2b110dc6 100644 --- a/scripts/windows/release.cmd +++ b/scripts/windows/release.cmd @@ -8,7 +8,7 @@ SET RunDir=%OutDir%/run SET CodeDir=%RootDir%/code SET InstallerDir=%CodeDir%/installer/soup-installer -SET SOUP_VERSION=0.42.5 +SET SOUP_VERSION=0.42.6 REM - Build MSI Installer echo msbuild %InstallerDir% -p:Configuration=Release diff --git a/scripts/windows/sign-installer.cmd b/scripts/windows/sign-installer.cmd index 84c71e97..15050072 100644 --- a/scripts/windows/sign-installer.cmd +++ b/scripts/windows/sign-installer.cmd @@ -4,7 +4,7 @@ SET ScriptsDir=%~dp0 SET RootDir=%ScriptsDir%..\.. SET OutDir=%RootDir%\out -SET SOUP_VERSION=0.42.5 +SET SOUP_VERSION=0.42.6 SET SIGN_COMMAND=signtool sign /n "Open Source Developer, Matthew Asplund" /t http://time.certum.pl /fd sha1 /v diff --git a/scripts/windows/soup-release.cmd b/scripts/windows/soup-release.cmd index 5c1285cb..a8b1036c 100644 --- a/scripts/windows/soup-release.cmd +++ b/scripts/windows/soup-release.cmd @@ -13,7 +13,7 @@ SET ConfigHash=Oltq7cGwk0Rbgy1I-3mCMDDE5yM SET PKG_OWNER=mwasplund -SET SOUP_VERSION=0.42.5 +SET SOUP_VERSION=0.42.6 SET COPY_VERSION=1.2.0 SET MKDIR_VERSION=1.2.0 SET PARSE_MODULES_VERSION=1.2.0 diff --git a/scripts/windows/soupd.cmd b/scripts/windows/soupd.cmd index 3454ab96..d983e700 100644 --- a/scripts/windows/soupd.cmd +++ b/scripts/windows/soupd.cmd @@ -13,7 +13,7 @@ SET ConfigHash=OZlIVjblazFuKXg-raWUNoGEnG4 SET PKG_OWNER=mwasplund -SET SOUP_VERSION=0.42.5 +SET SOUP_VERSION=0.42.6 SET COPY_VERSION=1.2.0 SET MKDIR_VERSION=1.2.0 SET PARSE_MODULES_VERSION=1.2.0 From 2fbeac28a25c02ff95cd9418272e8087ed693ad3 Mon Sep 17 00:00:00 2001 From: Matthew Asplund Date: Sat, 12 Jul 2025 04:45:14 -0500 Subject: [PATCH 2/2] Update last --- scripts/windows/soup.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/windows/soup.cmd b/scripts/windows/soup.cmd index dcb22444..e4a1d73d 100644 --- a/scripts/windows/soup.cmd +++ b/scripts/windows/soup.cmd @@ -13,7 +13,7 @@ SET ConfigHash=Oltq7cGwk0Rbgy1I-3mCMDDE5yM SET PKG_OWNER=mwasplund -SET SOUP_VERSION=0.42.5 +SET SOUP_VERSION=0.42.6 SET COPY_VERSION=1.2.0 SET MKDIR_VERSION=1.2.0 SET PARSE_MODULES_VERSION=1.2.0