Skip to content

Commit

Permalink
Pre-release adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamyCecil committed Jul 31, 2024
1 parent d20b94b commit 84ba37a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions DreamyGRO.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion DreamyUtilities
2 changes: 1 addition & 1 deletion Source/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 84ba37a

Please sign in to comment.