Skip to content

Commit

Permalink
Twinkle 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriere committed Feb 19, 2022
1 parent da27460 commit fccfb20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ project(twinkle)

cmake_minimum_required(VERSION 2.6.0 FATAL_ERROR)

set(PRODUCT_VERSION "1.10.2")
set(PRODUCT_DATE "February 14, 2018")
set(PRODUCT_VERSION "1.10.3")
set(PRODUCT_DATE "February 18, 2022")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

OPTION(WITH_ZRTP "Enable ZRTP encrypted calls" OFF)
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
18 February 2022 - 1.10.3
=========================
- Replace manual URL.

14 February 2018 - 1.10.2
=======================
- Fix sound not working with ALSA 1.1.7.
Expand Down

0 comments on commit fccfb20

Please sign in to comment.