Skip to content

Commit

Permalink
Bump version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwiboo committed Nov 24, 2016
1 parent ad31768 commit b604995
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -31,7 +31,7 @@ endif()

set(PLEX_VERSION_MAJOR 1)
set(PLEX_VERSION_MINOR 7)
set(PLEX_VERSION_PATCH 0)
set(PLEX_VERSION_PATCH 1)
if(DEFINED ENV{BUILD_NUMBER})
set(PLEX_VERSION_BUILD "$ENV{BUILD_NUMBER}")
set(PLEX_VERSION_BUILD_NR "$ENV{BUILD_NUMBER}")
Expand Down
2 changes: 1 addition & 1 deletion addons/skin.plex/addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.plex" version="1.7.0" name="OpenPHT" provider-name="OpenPHT Team">
<addon id="skin.plex" version="1.7.1" name="OpenPHT" provider-name="OpenPHT Team">
<requires>
<import addon="xbmc.gui" version="4.0.0"/>
</requires>
Expand Down
4 changes: 4 additions & 0 deletions plex/ReleaseNotes/1.7.1.txt
@@ -0,0 +1,4 @@
FIXES:
- Fixes a crash on home screen
- Fixes videos inside a photo library
- Improved support for newer libmicrohttpd

0 comments on commit b604995

Please sign in to comment.