Skip to content

Commit

Permalink
Prepared release
Browse files Browse the repository at this point in the history
  • Loading branch information
TcT2k committed Jan 15, 2016
1 parent 728c5c2 commit 69bda37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 2.8)
project(RLReplayManager)

SET(CPACK_PACKAGE_VERSION_MAJOR "0")
SET(CPACK_PACKAGE_VERSION_MINOR "3")
SET(CPACK_PACKAGE_VERSION_PATCH "2")
SET(CPACK_PACKAGE_VERSION_MINOR "4")
SET(CPACK_PACKAGE_VERSION_PATCH "0")

find_package(wxWidgets 3.0 COMPONENTS core base adv xml qa REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion ManagerFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ void ManagerFrame::OnAboutClicked(wxCommandEvent& event)
wxAboutDialogInfo aboutInfo;
aboutInfo.SetName(wxTheApp->GetAppDisplayName());
aboutInfo.SetDescription(_("RL Replay Manager"));
aboutInfo.SetCopyright("(C) 2015");
aboutInfo.SetCopyright("(C) 2015 - 2016");
aboutInfo.SetWebSite("https://github.com/TcT2k/RLReplayManager");
aboutInfo.AddDeveloper("Tobias Taschner");
aboutInfo.SetVersion(APP_VERSION);
Expand Down

0 comments on commit 69bda37

Please sign in to comment.