Skip to content

Commit

Permalink
Twinkle 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LubosD committed Feb 14, 2019
1 parent 089eb13 commit f016944
Show file tree
Hide file tree
Showing 2 changed files with 8 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.1")
set(PRODUCT_DATE "October 7, 2016")
set(PRODUCT_VERSION "1.10.2")
set(PRODUCT_DATE "February 14, 2018")

This comment has been minimized.

Copy link
@MartinSpiessl

MartinSpiessl Sep 7, 2021

FYI minor typo here, got me confused whether I built the latest version because on github it said latest version is from February 14, 2019 but the one I built from source was claiming to be from February 14, 2018.

This comment has been minimized.

Copy link
@fbriere

fbriere Feb 14, 2022

Collaborator

Thanks for the heads-up. Submitted #254 as a fix.

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

OPTION(WITH_ZRTP "Enable ZRTP encrypted calls" OFF)
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
14 February 2018 - 1.10.2

This comment has been minimized.

Copy link
@MartinSpiessl

MartinSpiessl Sep 7, 2021

Typo here as well. This one you might even want to fix as it will actually not be overwritten in case of future releases.

=======================
- Fix sound not working with ALSA 1.1.7.
- Translation updates.
- Various bug fixes.

7 October 2016 - 1.10.1
=======================
- Stability fixes.
Expand Down

0 comments on commit f016944

Please sign in to comment.