Skip to content

Commit

Permalink
Merge pull request #206 from vpeter4/iptv_version
Browse files Browse the repository at this point in the history
Fix build version shown in Kodi
  • Loading branch information
ksooo authored Jan 15, 2019
2 parents 362c7e0 + aad9d00 commit f37b7bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ set(IPTV_SOURCES src/client.cpp
set(IPTV_HEADERS src/client.h
src/PVRIptvData.h)

addon_version(pvr.iptvsimple IPTV)
add_definitions(-DIPTV_VERSION=${IPTV_VERSION})

build_addon(pvr.iptvsimple IPTV DEPLIBS)

include(CPack)
3 changes: 3 additions & 0 deletions pvr.iptvsimple/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v3.5.6
- Correctly show build version in Kodi

v3.5.5
- Bump zlib to version 1.2.11

Expand Down

0 comments on commit f37b7bf

Please sign in to comment.