Skip to content

Commit

Permalink
Final commit for 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeeaky committed May 24, 2015
1 parent d7f25aa commit 6024d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GTALua/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void GTALua::Init()
if (m_sConfig.bConsole_Enabled)
{
UTIL::Attach_Console(m_sConfig.bConsole_AutomaticPosition, m_sConfig.iConsole_ManualX, m_sConfig.iConsole_ManualY);
SetConsoleTitle("GTALua - Version 1.1.0");
SetConsoleTitle("GTALua - Version 1.1.1");
}
#endif

Expand Down

0 comments on commit 6024d93

Please sign in to comment.