Skip to content

Commit

Permalink
Release for version 9.1.9 [ci release]
Browse files Browse the repository at this point in the history
  • Loading branch information
jusjoken committed May 18, 2018
1 parent 85684c5 commit 0e22903
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## Version 9.1.9 (2018-05-18)
* Byte based seeking support for MPEG files
* update libhdhomerun to 20170930
* Fixed bug where file modification time can get set incorrectly

## Version 9.1.8 (2017-11-13) - windows only
* HD-PVR2 video capture device: add ability to select multiple audio inputs (Windows)
* HD PVR 60 video capture device: new device support (Windows)
Expand Down
4 changes: 2 additions & 2 deletions installer/wix/SageTVSetup/SageTVVersionInclude.wxi
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by InstallerBuild.ps1 script 13-Nov-2017 13:58 -->
<!-- Created by InstallerBuild.ps1 script 18-May-2018 17:59 -->
<Include>
<?define MajorVersion="9" ?>
<?define MinorVersion="1" ?>
<?define BuildVersion="8" ?>
<?define BuildVersion="9" ?>
<?define VersionNumber="$(var.MajorVersion).$(var.MinorVersion).$(var.BuildVersion)" ?>
</Include>

4 changes: 2 additions & 2 deletions native/include/version.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* Created by InstallerBuild.ps1 script 13-Nov-2017 13:58 */
/* Created by InstallerBuild.ps1 script 18-May-2018 17:59 */
#define STRINGIZE2(s) #s
#define STRINGIZE(s) STRINGIZE2(s)

#define VERSION_MAJOR 9
#define VERSION_MINOR 1
#define VERSION_REVISION 8
#define VERSION_REVISION 9

#define VER_FILE_VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION
#define VER_FILE_VERSION_STR STRINGIZE(VERSION_MAJOR) \
Expand Down

0 comments on commit 0e22903

Please sign in to comment.