Skip to content

Commit

Permalink
Updated version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenJDH committed Apr 18, 2019
1 parent 576906d commit 5d93eaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NSIS Installer Project/NSIS QTemplates.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
;--------------------------------
;General

!define PRODUCT_VERSION "1.0.0.19037"
!define PRODUCT_VERSION "1.0.0.19041"
!define MIN_WIN_VER "7"
!define COMPANY_NAME "Steven Jenkins De Haro"
!define COPYRIGHT_TEXT "Copyright © 2019 ${COMPANY_NAME}"
Expand Down
4 changes: 2 additions & 2 deletions QTemplates/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.19037")]
[assembly: AssemblyFileVersion("1.0.0.19037")]
[assembly: AssemblyVersion("1.0.0.19041")]
[assembly: AssemblyFileVersion("1.0.0.19041")]

0 comments on commit 5d93eaf

Please sign in to comment.