diff --git a/CMakeLists.txt b/CMakeLists.txt index bda048e..0fcd18b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # Daniel Nachbaur cmake_minimum_required(VERSION 3.1 FATAL_ERROR) -project(Deflect VERSION 1.0.1) +project(Deflect VERSION 1.0.2) set(Deflect_VERSION_ABI 7) list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/common) diff --git a/deflect/qt/CMakeLists.txt b/deflect/qt/CMakeLists.txt index 0d394d5..0b4bab0 100644 --- a/deflect/qt/CMakeLists.txt +++ b/deflect/qt/CMakeLists.txt @@ -3,18 +3,20 @@ # Daniel Nachbaur # Raphael Dumusc -set(DEFLECTQT_HEADERS - EventReceiver.h - QmlGestures.h - QmlStreamerImpl.h - types.h -) set(DEFLECTQT_PUBLIC_HEADERS OffscreenQuickView.h QmlStreamer.h QuickRenderer.h TouchInjector.h + types.h ) + +set(DEFLECTQT_HEADERS + EventReceiver.h + QmlGestures.h + QmlStreamerImpl.h +) + set(DEFLECTQT_SOURCES EventReceiver.cpp OffscreenQuickView.cpp diff --git a/doc/Changelog.md b/doc/Changelog.md index c2cc29c..6acf9b1 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -3,7 +3,11 @@ Changelog {#Changelog} ## Deflect 1.0 -### 1.0.1 (master) +### 1.0.2 (29-11-2018) +* [208](https://github.com/BlueBrain/Deflect/pull/208): + Fix missing public header: deflect/qt/types.h + +### 1.0.1 (29-11-2018) * [207](https://github.com/BlueBrain/Deflect/pull/207): Fix wrong vertical frame mirror for different sized channels * [203](https://github.com/BlueBrain/Deflect/pull/203):