Skip to content

Commit

Permalink
Updated copyright and version
Browse files Browse the repository at this point in the history
  • Loading branch information
cinghycreations committed Aug 2, 2023
1 parent afe80b1 commit 328b0f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project( robodaniel )
set( CMAKE_CXX_STANDARD 17 )

add_compile_definitions( $<$<CONFIG:Release>:__RELEASE> )
add_compile_definitions( BUILD_VERSION="1.1" )
add_compile_definitions( BUILD_VERSION="1.1.1" )

if (WIN32)
add_compile_definitions( __WINDOWS )
Expand Down
2 changes: 1 addition & 1 deletion src/robodaniel/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ class GameFlow
if ( ImGui::Begin( "Best times", nullptr, ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_NoMove | ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoSavedSettings ) )
{
ImGui::CenteredText( "Robodaniel v" BUILD_VERSION );
ImGui::CenteredText( "Copyright (c) 2022 Alessandro Piva" );
ImGui::CenteredText( "Copyright (c) 2022-2023 Cinghy Creations" );
ImGui::CenteredText( "" );
ImGui::CenteredText( "raylib by Ramon Santamaria" );
ImGui::CenteredText( "ImGui by Omar Cornut" );
Expand Down

0 comments on commit 328b0f9

Please sign in to comment.