Skip to content

Commit

Permalink
Bump version to 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Oct 6, 2015
1 parent 0873ea7 commit 6a43e49
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion vs/gstpeaq.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup />
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>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)</PreprocessorDefinitions>
<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)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>..\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompile>
</ItemDefinitionGroup>
Expand Down
8 changes: 4 additions & 4 deletions xcode/GstPEAQ.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand All @@ -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 = (
Expand Down

0 comments on commit 6a43e49

Please # to comment.