From 7ebe9b17297772b4d644c1f33fc962adece71b5a Mon Sep 17 00:00:00 2001 From: George Kiagiadakis Date: Sun, 15 Apr 2012 12:03:08 +0300 Subject: Release 0.10.2 --- CMakeLists.txt | 2 +- NEWS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30406fc..9b07cdf 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.1.2) +set(QTGSTREAMER_VERSION 0.10.2) 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 bb56191..61037e4 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -qt-gstreamer 0.10.2 (UNRELEASED) +qt-gstreamer 0.10.2 (2012-04-15) ================================ Additions: -- cgit v1.2.3