diff --git a/Scripts/Linux/release b/Scripts/Linux/release index 6b93a6c9..9c0fb40a 100755 --- a/Scripts/Linux/release +++ b/Scripts/Linux/release @@ -9,4 +9,4 @@ OUT_DIR=$ROOT_DIR/out RUN_DIR=$OUT_DIR/run # Cleanup previous runs -tar -a -cf $OUT_DIR/soup-build-0.41.1-linux-x64.tar.gz -C $RUN_DIR . \ No newline at end of file +tar -a -cf $OUT_DIR/soup-build-0.41.2-linux-x64.tar.gz -C $RUN_DIR . \ No newline at end of file diff --git a/Scripts/Linux/soup b/Scripts/Linux/soup index 50a6b555..8fd4d8d5 100755 --- a/Scripts/Linux/soup +++ b/Scripts/Linux/soup @@ -16,7 +16,7 @@ CONFIG_HASH=Oltq7cGwk0Rbgy1I-3mCMDDE5yM OWNER=mwasplund -SOUP_VERSION="0.41.1" +SOUP_VERSION="0.41.2" COPY_VERSION="1.1.0" MKDIR_VERSION="1.1.0" SOUP_WREN_VERSION="0.4.3" diff --git a/Scripts/Linux/soupd b/Scripts/Linux/soupd index 975951c4..ead9ad06 100755 --- a/Scripts/Linux/soupd +++ b/Scripts/Linux/soupd @@ -16,7 +16,7 @@ CONFIG_HASH=OZlIVjblazFuKXg-raWUNoGEnG4 OWNER=mwasplund -SOUP_VERSION="0.41.1" +SOUP_VERSION="0.41.2" COPY_VERSION="1.1.0" MKDIR_VERSION="1.1.0" SOUP_WREN_VERSION="0.4.3" diff --git a/Scripts/Windows/SignInstaller.cmd b/Scripts/Windows/SignInstaller.cmd index 359e09f0..70b7b80f 100644 --- a/Scripts/Windows/SignInstaller.cmd +++ b/Scripts/Windows/SignInstaller.cmd @@ -6,6 +6,6 @@ SET OutDir=%RootDir%\out SET SIGN_COMMAND=signtool sign /n "Open Source Developer, Matthew Asplund" /t http://time.certum.pl /fd sha1 /v -SET SignFiles=%OutDir%\soup-build-0.41.1-windows-x64.msi +SET SignFiles=%OutDir%\soup-build-2-windows-x64.msi %SIGN_COMMAND% %SignFiles% \ No newline at end of file diff --git a/Scripts/Windows/install.cmd b/Scripts/Windows/install.cmd index 85b43ccc..844572a5 100644 --- a/Scripts/Windows/install.cmd +++ b/Scripts/Windows/install.cmd @@ -4,5 +4,5 @@ SET RootDir=%ScriptsDir%..\.. SET OutDir=%RootDir%\out pushd %OutDir% -start msiexec /package soup-build-0.41.1-windows-x64.msi /passive +start msiexec /package soup-build-2-windows-x64.msi /passive popd \ No newline at end of file diff --git a/Scripts/Windows/release.cmd b/Scripts/Windows/release.cmd index 945fed18..a26c4fa3 100644 --- a/Scripts/Windows/release.cmd +++ b/Scripts/Windows/release.cmd @@ -7,7 +7,7 @@ SET RunDir=%OutDir%\run SET SourceDir=%RootDir%\Source SET InstallerDir=%SourceDir%\Installer\SoupInstaller -SET SOUP_VERSION=0.41.1 +SET SOUP_VERSION=0.41.2 REM - Build MSI Installer echo msbuild %InstallerDir% -p:Configuration=Release diff --git a/Scripts/Windows/soup-release.cmd b/Scripts/Windows/soup-release.cmd index 9a4596c6..8eae1e2d 100644 --- a/Scripts/Windows/soup-release.cmd +++ b/Scripts/Windows/soup-release.cmd @@ -12,7 +12,7 @@ SET ConfigHash=Oltq7cGwk0Rbgy1I-3mCMDDE5yM SET PKG_OWNER=mwasplund -SET SOUP_VERSION=0.41.1 +SET SOUP_VERSION=0.41.2 SET COPY_VERSION=1.1.0 SET MKDIR_VERSION=1.1.0 SET SOUP_WREN_VERSION=0.4.3 diff --git a/Scripts/Windows/soup.cmd b/Scripts/Windows/soup.cmd index 155b3cab..1f18ed2f 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.41.1 +SET SOUP_VERSION=0.41.2 SET COPY_VERSION=1.1.0 SET MKDIR_VERSION=1.1.0 SET SOUP_WREN_VERSION=0.4.3 diff --git a/Scripts/Windows/soupd.cmd b/Scripts/Windows/soupd.cmd index 3065768a..e48cea40 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.41.1 +SET SOUP_VERSION=0.41.2 SET COPY_VERSION=1.1.0 SET MKDIR_VERSION=1.1.0 SET SOUP_WREN_VERSION=0.4.3 diff --git a/Source/Client/CLI/Recipe.sml b/Source/Client/CLI/Recipe.sml index 2675e319..047b2690 100644 --- a/Source/Client/CLI/Recipe.sml +++ b/Source/Client/CLI/Recipe.sml @@ -1,5 +1,5 @@ Name: 'Soup' -Version: 0.41.1 +Version: 0.41.2 Language: 'C++|0' Type: 'Executable' Source: [ diff --git a/Source/Client/CLI/Source/Commands/VersionCommand.h b/Source/Client/CLI/Source/Commands/VersionCommand.h index 7144be6c..ac443bf3 100644 --- a/Source/Client/CLI/Source/Commands/VersionCommand.h +++ b/Source/Client/CLI/Source/Commands/VersionCommand.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.41.1"); + Log::HighPriority("0.41.2"); } private: diff --git a/Source/Installer/SoupInstaller/Setup.cs b/Source/Installer/SoupInstaller/Setup.cs index e4a18ff5..a2cdbb96 100644 --- a/Source/Installer/SoupInstaller/Setup.cs +++ b/Source/Installer/SoupInstaller/Setup.cs @@ -5,7 +5,7 @@ class Script { static public void Main() { - var soupVersion = new Version(0, 41, 1); + var soupVersion = new Version(0, 41, 2); var soupOutFolder = "../../../out"; var soupRunFolder = $"{soupOutFolder}/run";