summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-06-24 14:10:20 +0300
committerGeorge Kiagiadakis <george.kiagiadakis@collabora.com>2014-06-24 14:10:20 +0300
commitf69bb74c656e44bfdb70896b1bc9e18735ed1b93 (patch)
tree38e86062d3617d77efcb02cc5c1158c6c424dd90
parentd5efcf65c2e6935d07e3f2b2d00dbeb745ebdcea (diff)
Actually release 1.1.90.
After discussion with other developers, we agreed to sync the version to the GStreamer API version that we are targeting, to avoid confusion.
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS7
2 files changed, 7 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7261fa7..32435e0 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.99.1)
+set(QTGSTREAMER_VERSION 1.1.90)
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 73fde2e..9e649af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-qt-gstreamer 1.0.0~rc1 (2014-06-24)
+qt-gstreamer 1.2.0~rc1 (2014-06-24)
===================================
* Initial port to the GStreamer 1.0 series (BREAKS API & ABI)
@@ -16,6 +16,11 @@ Packaging changes:
GStreamer modules.
* Package is NOT fully co-installable with QtGStreamer 0.10.3
+Versioning changes:
+ * Version numbers are now going to be synced to the GStreamer API
+ that qt-gstreamer targets, to avoid confusion. So, this release,
+ instead of being version 1.0.0, it is 1.2.0.
+
qt-gstreamer 0.10.3 (2013-10-14)
==================================