Skip to content

Commit

Permalink
Release 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LubosD committed Oct 7, 2016
1 parent 78118a7 commit e82e409
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -2,8 +2,8 @@ project(twinkle)

cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR)

set(PRODUCT_VERSION "1.10.0")
set(PRODUCT_DATE "July 15, 2016")
set(PRODUCT_VERSION "1.10.1")
set(PRODUCT_DATE "October 7, 2016")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

OPTION(WITH_ZRTP "Enable ZRTP encrypted calls" OFF)
Expand Down
7 changes: 7 additions & 0 deletions NEWS
@@ -1,3 +1,10 @@
7 October 2016 - 1.10.1
=======================
- Stability fixes.
- French translation updates.
- Remove obsolete commoncpp2 dependency.
- Set PA role to phone to pause music playback automatically.

15 July 2016 - 1.10.0
=======================
- Supports newest Qt5, drops support for Qt4.
Expand Down

0 comments on commit e82e409

Please sign in to comment.