diff --git a/CMakeLists.txt b/CMakeLists.txt index 1192877..a3d9945 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}") set(META_APP_DESCRIPTION "C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags") set(META_VERSION_MAJOR 9) set(META_VERSION_MINOR 0) -set(META_VERSION_PATCH 0) +set(META_VERSION_PATCH 1) set(META_REQUIRED_CPP_UNIT_VERSION 1.14.0) set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON) diff --git a/tagvalue.cpp b/tagvalue.cpp index dd88149..82010fd 100644 --- a/tagvalue.cpp +++ b/tagvalue.cpp @@ -491,7 +491,7 @@ DateTime TagValue::toDateTime() const /*! * \brief Converts the currently assigned text value to the specified \a encoding. - * \throws Throws ConversionUtilities::ConversionException() if the conversion fails. + * \throws Throws CppUtilities::ConversionException() if the conversion fails. * \remarks * - Does nothing if dataEncoding() equals \a encoding. * - Sets dataEncoding() to the specified \a encoding if the conversion succeeds.