summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-07-08 21:38:36 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-07-08 21:38:36 +0300
commit5dde8cec5c9f28b0cc63072886a03f029324c149 (patch)
treedbe608033c2a4a9c37d156d4f2f956deb5d6a607
parentcd9b979211a9bda4568f99fecb3febc2943387e3 (diff)
Release version 1.2.01.2.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS4
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 32435e0..574e31f 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 1.1.90)
+set(QTGSTREAMER_VERSION 1.2.0)
option(QTGSTREAMER_STATIC "Build QtGStreamer as a static library" OFF)
option(QTGSTREAMER_TESTS "Build QtGStreamer's tests" OFF)
diff --git a/NEWS b/NEWS
index 9e649af..e5ab0bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-qt-gstreamer 1.2.0~rc1 (2014-06-24)
-===================================
+qt-gstreamer 1.2.0 (2014-07-08)
+===============================
* Initial port to the GStreamer 1.0 series (BREAKS API & ABI)