Skip to content

Commit

Permalink
Release for version 9.1.10 [ci release]
Browse files Browse the repository at this point in the history
  • Loading branch information
jusjoken committed Oct 13, 2018
1 parent 285ed82 commit c910e87
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## Version 9.1.10 (2018-10-13)
* removed old bytes properties for episodeName and desc to resolve potential crashes

## Version 9.1.9 (2018-05-18)
* Byte based seeking support for MPEG files
* update libhdhomerun to 20170930
Expand Down
2 changes: 1 addition & 1 deletion installer/wix/SageTVSetup/SageTVVersionInclude.wxi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Created by InstallerBuild.ps1 script 18-May-2018 17:59 -->
<!-- Created by InstallerBuild.ps1 script 18-May-2018 19:11 -->
<Include>
<?define MajorVersion="9" ?>
<?define MinorVersion="1" ?>
Expand Down
2 changes: 1 addition & 1 deletion java/sage/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Version
{
public static final byte MAJOR_VERSION = 9;
public static final byte MINOR_VERSION = 1;
public static final byte MICRO_VERSION = 9;
public static final byte MICRO_VERSION = 10;

public static final String VERSION = MAJOR_VERSION + "." + MINOR_VERSION + "." + MICRO_VERSION + "." + SageConstants.BUILD_VERSION;

Expand Down
2 changes: 1 addition & 1 deletion native/include/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Created by InstallerBuild.ps1 script 18-May-2018 17:59 */
/* Created by InstallerBuild.ps1 script 18-May-2018 19:11 */
#define STRINGIZE2(s) #s
#define STRINGIZE(s) STRINGIZE2(s)

Expand Down

0 comments on commit c910e87

Please sign in to comment.