Skip to content

Commit

Permalink
Version bump to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Klocman committed Jan 28, 2018
1 parent 5a0ed5e commit 5b93046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions installer/BcuSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#define MyAppExeName "BCUninstaller.exe"
#define MyAppCopyright "Copyright 2017 Marcin Szeniak"

#define MyAppVersion "4.1.0.0"
#define MyAppVersionShort "4.1"
#define MyAppVersion "4.2.0.0"
#define MyAppVersionShort "4.2"

#include "Scripts\PortablePage.iss"
#include "Scripts\PortableIcons.iss"
Expand Down
2 changes: 1 addition & 1 deletion source/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("4.1.0.*")]
[assembly: AssemblyVersion("4.2.0.*")]

0 comments on commit 5b93046

Please sign in to comment.