Skip to content

Commit

Permalink
Bump version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Apr 23, 2019
1 parent 1f25edc commit f9d56dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/windows/config/config.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>SigViewer</Name>
<Version>0.6.3</Version>
<Version>0.6.4</Version>
<Title>SigViewer</Title>
<Publisher>SigViewer Development Team</Publisher>
<!-- Directory name is used in component.xml -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Package>
<DisplayName>SigViewer</DisplayName>
<Description>SigViewer is a viewing application for biosignals</Description>
<Version>0.6.3</Version>
<ReleaseDate>2019-03-25</ReleaseDate>
<Version>0.6.4</Version>
<ReleaseDate>2019-04-23</ReleaseDate>
<Default>true</Default>
<Script>installscript.qs</Script>
</Package>
2 changes: 1 addition & 1 deletion sigviewer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TARGET = sigviewer

VERSION_MAJOR = 0
VERSION_MINOR = 6
VERSION_BUILD = 3
VERSION_BUILD = 4

DEFINES += \
"VERSION_MAJOR=$$VERSION_MAJOR" \
Expand Down

0 comments on commit f9d56dd

Please sign in to comment.