diff --git a/ChangeLog.txt b/ChangeLog.txt index cdbecef..41d505e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,6 @@ +v3.2.0 +- Support service ID for mirakurun live watching + v3.1.0 - Add recording item grouping force disable option diff --git a/VS2015/pvr_client/pvr_client.rc b/VS2015/pvr_client/pvr_client.rc index d8c73e7..1fff11c 100755 Binary files a/VS2015/pvr_client/pvr_client.rc and b/VS2015/pvr_client/pvr_client.rc differ diff --git a/build.ps1 b/build.ps1 index 5cceb91..5a3ceb6 100755 --- a/build.ps1 +++ b/build.ps1 @@ -1,4 +1,4 @@ -$version="3.1.0" +$version="3.2.0" & ${env:ProgramFiles(x86)}\MSBuild\14.0\Bin\MSBuild.exe .\VS2015\pvr.chinachu.sln /t:Clean,Build /p:Configuration=Release /p:Platform=x86 /p:DefineConstants="VERSION=\`"$version\`"" Copy-Item -r .\template\pvr.chinachu .\ Copy-Item .\ChangeLog.txt .\pvr.chinachu diff --git a/configure.ac b/configure.ac index 1c3c913..1ceeb2c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.68]) -AC_INIT([pvrchinachu], [3.1.0], [Harekaze project]) +AC_INIT([pvrchinachu], [3.2.0], [Harekaze project]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) LT_INIT