Skip to content

Commit

Permalink
Merge bitcoin#479: Change $PRODUCTVERSION to X.X.X.X format
Browse files Browse the repository at this point in the history
395d935 Change $PRODUCTVERSION to X.X.X.X format (zathrasc)
  • Loading branch information
dexX7 committed Jun 12, 2017
2 parents 3edbe7c + 395d935 commit 88d32f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omnicore/res/omnicore-setup-win.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SetCompressor /SOLID lzma

# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define PRODUCTVERSION @OMNICORE_VERSION_MAJOR@.@OMNICORE_VERSION_MINOR@.@OMNICORE_VERSION_PATCH@
!define PRODUCTVERSION @OMNICORE_VERSION_MAJOR@.@OMNICORE_VERSION_MINOR@.@OMNICORE_VERSION_PATCH@.@OMNICORE_VERSION_BUILD@
!define VERSION @OMNICORE_VERSION_MAJOR@.@OMNICORE_VERSION_MINOR@.@OMNICORE_VERSION_PATCH@.@OMNICORE_VERSION_BUILD@
!define COMPANY "Omni Foundation"
!define URL http://www.omnilayer.org/
Expand Down

0 comments on commit 88d32f1

Please sign in to comment.