Skip to content

Commit

Permalink
Version bump to 3.6.2.*
Browse files Browse the repository at this point in the history
  • Loading branch information
Klocman committed Jan 21, 2017
1 parent 77cd930 commit ea82aa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// associated with an assembly.

[assembly: AssemblyCompany("Marcin Szeniak")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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.6.1.*")]
[assembly: AssemblyVersion("3.6.2.*")]
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.6.1.0"
#define MyAppVersionShort "3.6.1"
#define MyAppVersion "3.6.2.0"
#define MyAppVersionShort "3.6.2"

#include "Scripts\PortablePage.iss"
#include "Scripts\PortableIcons.iss"
Expand Down

0 comments on commit ea82aa6

Please sign in to comment.