diff --git a/ChangeLog.txt b/ChangeLog.txt index 751e8b5..cdbecef 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,6 @@ +v3.1.0 +- Add recording item grouping force disable option + v3.0.0 - Change project name to 'Harekaze for Kodi' - Support Mirakurun live tv watching diff --git a/VS2015/pvr_client/pvr_client.rc b/VS2015/pvr_client/pvr_client.rc index 239f28b..d8c73e7 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 3a2ac9d..5cceb91 100755 --- a/build.ps1 +++ b/build.ps1 @@ -1,4 +1,4 @@ -$version="3.0.0" +$version="3.1.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 0e658b8..1c3c913 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.0.0], [Harekaze project]) +AC_INIT([pvrchinachu], [3.1.0], [Harekaze project]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) LT_INIT