Skip to content

Commit

Permalink
Set version and fix cmake warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
nielssp committed Jul 15, 2022
1 parent 20bdfae commit b261f87
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
@@ -1,6 +1,6 @@
project(colorgrab)

cmake_minimum_required(VERSION 2.8.11)
cmake_minimum_required(VERSION 2.8.12)

find_package(wxWidgets COMPONENTS core base xml xrc adv REQUIRED)

Expand Down
2 changes: 1 addition & 1 deletion src/MainFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ void MainFrame::OnAbout(wxCommandEvent& event)
wxUnusedVar(event);
wxAboutDialogInfo info;
info.SetName("ColorGrab");
info.SetVersion("0.3");
info.SetVersion("0.4-pre");
info.SetWebSite("http://nielssp.dk");
info.SetCopyright(_("(C) 2015 Niels Sonnich Poulsen"));
info.SetLicence(_("Copyright (C) 2015 Niels Sonnich Poulsen (http://nielssp.dk)\n\
Expand Down

0 comments on commit b261f87

Please sign in to comment.