Skip to content

Commit

Permalink
Version bump to 3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Klocman committed Dec 12, 2017
1 parent 544325a commit 08b9087
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 "3.21.0.0"
#define MyAppVersionShort "3.21"
#define MyAppVersion "3.22.0.0"
#define MyAppVersionShort "3.22"

#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("3.21.0.*")]
[assembly: AssemblyVersion("3.22.0.*")]

0 comments on commit 08b9087

Please sign in to comment.