From 6a43e493b5f24afc8a8f00266d0ce55e6f923e4d Mon Sep 17 00:00:00 2001 From: Martin Holters Date: Tue, 6 Oct 2015 06:54:42 +0000 Subject: [PATCH] Bump version to 0.6. --- NEWS | 9 +++++++++ configure.ac | 2 +- vs/gstpeaq.props | 2 +- xcode/GstPEAQ.xcodeproj/project.pbxproj | 8 ++++---- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index e69de29..59891b0 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,9 @@ +Version 0.6 +=========== + +Important user visible changes: +* Two bugs were fixed where only the first channel of the audio data was used + during MOV computation. This did change the results on the conformance + dataset a little bit. +* Both Gstreamer API versions 0.10 and 1.0 are now supported (to be chosen at + compile time). diff --git a/configure.ac b/configure.ac index 3a33354..04f620d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) -AC_INIT([GstPEAQ], [0.5], [martin.holters@hsu-hh.de], , [http://ant.hsu-hh.de/gstpeaq]) +AC_INIT([GstPEAQ], [0.6], [martin.holters@hsu-hh.de], , [http://ant.hsu-hh.de/gstpeaq]) AC_CONFIG_AUX_DIR([misc]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.9 gnu]) diff --git a/vs/gstpeaq.props b/vs/gstpeaq.props index 79062b3..36059e3 100644 --- a/vs/gstpeaq.props +++ b/vs/gstpeaq.props @@ -5,7 +5,7 @@ - PACKAGE="gstpeaq";PACKAGE_BUGREPORT="martin.holters@hsu-hh.de";PACKAGE_NAME="GstPEAQ";PACKAGE_STRING="GstPEAQ 0.5";PACKAGE_URL="http://ant.hsu-hh.de/gstpeaq";PACKAGE_VERSION="0.5";VERSION="0.5";%(PreprocessorDefinitions) + PACKAGE="gstpeaq";PACKAGE_BUGREPORT="martin.holters@hsu-hh.de";PACKAGE_NAME="GstPEAQ";PACKAGE_STRING="GstPEAQ 0.6";PACKAGE_URL="http://ant.hsu-hh.de/gstpeaq";PACKAGE_VERSION="0.6";VERSION="0.6";%(PreprocessorDefinitions) ..\src;%(AdditionalIncludeDirectories) diff --git a/xcode/GstPEAQ.xcodeproj/project.pbxproj b/xcode/GstPEAQ.xcodeproj/project.pbxproj index 61d9a69..1ac790e 100644 --- a/xcode/GstPEAQ.xcodeproj/project.pbxproj +++ b/xcode/GstPEAQ.xcodeproj/project.pbxproj @@ -256,10 +256,10 @@ "GCC_PREPROCESSOR_DEFINITIONS[arch=*]" = ( "$(inherited)", "PACKAGE_URL=\\\"http://ant.hsu-hh.de/gstpeaq\\\"", - "PACKAGE_STRING=\"\\\"GstPEAQ 0.5\\\"\"", + "PACKAGE_STRING=\"\\\"GstPEAQ 0.6\\\"\"", "PACKAGE=\\\"gstpeaq\\\"", "PACKAGE_NAME=\\\"GstPEAQ\\\"", - "PACKAGE_VERSION=\\\"0.5\\\"", + "PACKAGE_VERSION=\\\"0.6\\\"", "PACKAGE_BUGREPORT=\\\"martin.holters@hsu-hh.de\\\"", ); HEADER_SEARCH_PATHS = ( @@ -277,10 +277,10 @@ "GCC_PREPROCESSOR_DEFINITIONS[arch=*]" = ( "$(inherited)", "PACKAGE_URL=\\\"http://ant.hsu-hh.de/gstpeaq\\\"", - "PACKAGE_STRING=\"\\\"GstPEAQ 0.5\\\"\"", + "PACKAGE_STRING=\"\\\"GstPEAQ 0.6\\\"\"", "PACKAGE=\\\"gstpeaq\\\"", "PACKAGE_NAME=\\\"GstPEAQ\\\"", - "PACKAGE_VERSION=\\\"0.5\\\"", + "PACKAGE_VERSION=\\\"0.6\\\"", "PACKAGE_BUGREPORT=\\\"martin.holters@hsu-hh.de\\\"", ); HEADER_SEARCH_PATHS = (