diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2013-10-14 10:55:10 +0200 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2013-10-14 10:55:10 +0200 |
commit | d46c146834c7fff787094e1b715c973a17998a27 (patch) | |
tree | d0ce6e912a7d10ce9b879aea0efed3851125e3e7 | |
parent | fa9773c221a812af6eca0e1b31b0ab9b913e3567 (diff) |
Begin 0.10.3.1 development
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f733f0d..ccc4226 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ set(CMAKE_AUTOMOC ON) set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) -set(QTGSTREAMER_VERSION 0.10.3) +set(QTGSTREAMER_VERSION 0.10.3.1) option(QTGSTREAMER_STATIC "Build QtGStreamer as a static library" OFF) option(QTGSTREAMER_TESTS "Build QtGStreamer's tests" OFF) @@ -1,3 +1,7 @@ +qt-gstreamer 0.10.3.1 (UNRELEASED) +================================== + + qt-gstreamer 0.10.3 (2013-10-14) ================================== |