Skip to content

Commit

Permalink
Pre-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nielssp committed Jul 16, 2022
1 parent 9b5053f commit 371bf29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/win/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "ColorGrab"
#define MyAppVersion "0.4.0"
#define MyAppVersion "0.4.0-pre.1"
#define MyAppPublisher "Niels Sonnich Poulsen"
#define MyAppURL "https://github.com/nielssp/colorgrab"
#define MyAppExeName "ColorGrab.exe"
Expand Down
2 changes: 1 addition & 1 deletion src/MainFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ void MainFrame::OnAbout(wxCommandEvent& event)
wxUnusedVar(event);
wxAboutDialogInfo info;
info.SetName("ColorGrab");
info.SetVersion("0.4-pre");
info.SetVersion("0.4.0-pre.1");
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 371bf29

Please sign in to comment.