From a6b6ae5a283e007469e48d6b21dc5acadc1f6f1d Mon Sep 17 00:00:00 2001 From: Yuki MIZUNO Date: Wed, 4 Jan 2017 01:56:02 +0900 Subject: [PATCH] :up: Bump version to 3.3.0 --- ChangeLog.txt | 3 +++ VS2015/pvr_client/pvr_client.rc | Bin 4526 -> 4526 bytes build.ps1 | 2 +- configure.ac | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 41d505e..b862c2f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,6 @@ +v3.3.0 +- Support Chinachu gamma + v3.2.0 - Support service ID for mirakurun live watching diff --git a/VS2015/pvr_client/pvr_client.rc b/VS2015/pvr_client/pvr_client.rc index 1fff11cb2d20192edebf48fed7cc611e266053dd..47d1a8c94e0e2167fd65db05704afc974238cb7d 100755 GIT binary patch delta 57 zcmZ3dyiR#T3J0U{nH8_bO&H2Bpb@T%ut93Z8F_ LhMVW}^0NQ{<^2$W diff --git a/build.ps1 b/build.ps1 index 5a3ceb6..0db000a 100755 --- a/build.ps1 +++ b/build.ps1 @@ -1,4 +1,4 @@ -$version="3.2.0" +$version="3.3.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 1ceeb2c..1115e86 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.2.0], [Harekaze project]) +AC_INIT([pvrchinachu], [3.3.0], [Harekaze project]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) LT_INIT