diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2012-04-15 12:30:33 +0300 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2012-04-15 12:30:33 +0300 |
commit | 9aaaf8cfbd52a242750186493773d48fef22a506 (patch) | |
tree | 9697e9f0a05ed5184a64b2169098c24b1c4eb738 | |
parent | 7ebe9b17297772b4d644c1f33fc962adece71b5a (diff) |
Begin 0.10.3 development.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b07cdf..3ec6e0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8) enable_testing() set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) -set(QTGSTREAMER_VERSION 0.10.2) +set(QTGSTREAMER_VERSION 0.10.2.1) option(QTGSTREAMER_STATIC "Build QtGStreamer as a static library" OFF) option(QTGSTREAMER_TESTS "Build QtGStreamer's tests" OFF) |