From 84ba37a8879efc323cf5d597699184db19cd4341 Mon Sep 17 00:00:00 2001 From: Dreamy Cecil <21009796+DreamyCecil@users.noreply.github.com> Date: Wed, 31 Jul 2024 07:07:27 +0300 Subject: [PATCH] Pre-release adjustments. --- DreamyGRO.sln | 3 --- DreamyUtilities | 2 +- Source/Main.cpp | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/DreamyGRO.sln b/DreamyGRO.sln index 854767a..1c0400c 100644 --- a/DreamyGRO.sln +++ b/DreamyGRO.sln @@ -4,9 +4,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 VisualStudioVersion = 16.0.31605.320 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DreamyGRO", "DreamyGRO.vcxproj", "{E65F63BD-6DA4-4A90-9B53-D5DEA7AEA701}" - ProjectSection(ProjectDependencies) = postProject - {5C9FD859-DDF9-4510-8397-B329B0AE8C48} = {5C9FD859-DDF9-4510-8397-B329B0AE8C48} - EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ZipLib", "ZipLib", "{71248ADE-50A7-46F5-B959-6A3C4B8D9914}" EndProject diff --git a/DreamyUtilities b/DreamyUtilities index 37dd674..97a0e48 160000 --- a/DreamyUtilities +++ b/DreamyUtilities @@ -1 +1 @@ -Subproject commit 37dd67421389094da3d0c229c7ff6c2b039c2575 +Subproject commit 97a0e489a8ad9dd26d2b186377c02ec62dd67b10 diff --git a/Source/Main.cpp b/Source/Main.cpp index f9c47c4..b70a71f 100644 --- a/Source/Main.cpp +++ b/Source/Main.cpp @@ -181,7 +181,7 @@ static void Pause(void) { // Entry point int main(int ctArgs, char *astrArgs[]) { - std::cout << "DreamyGRO - (c) Dreamy Cecil, 2022-2024\n"; + std::cout << "Dreamy GRO - (c) Dreamy Cecil, 2022-2024\n"; if (ctArgs < 2) { std::cout << "Please specify a path to any file or use command line arguments. Use --help for more info.\n";