Skip to content

Commit

Permalink
Version bump to 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Klocman committed Apr 15, 2018
1 parent 8f6c360 commit 310bf9b
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
Expand Up @@ -7,8 +7,8 @@
#define MyAppExeName "BCUninstaller.exe"
#define MyAppCopyright "Copyright 2017 Marcin Szeniak"

#define MyAppVersion "4.3.2.0"
#define MyAppVersionShort "4.3.2"
#define MyAppVersion "4.3.3.0"
#define MyAppVersionShort "4.3.3"

#include "Scripts\PortablePage.iss"
#include "Scripts\PortableIcons.iss"
Expand Down
2 changes: 1 addition & 1 deletion source/GlobalAssemblyInfo.cs
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.3.2.*")]
[assembly: AssemblyVersion("4.3.3.*")]

0 comments on commit 310bf9b

Please sign in to comment.