Skip to content

Commit d2b14ec

Browse files
committed
Release version 1.1.90
1 parent 308633d commit d2b14ec

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cmake_policy(VERSION 3.0)
44
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
55
include(VersioningUtils)
66

7-
SET_PROJECT_VERSION(1 1 0)
8-
set(WPE_API_VERSION "0.2")
7+
SET_PROJECT_VERSION(1 1 90)
8+
set(WPE_API_VERSION "1.0")
99

1010
# Before making a release, the LT_VERSION string should be modified.
1111
# The string is of the form C:R:A.
@@ -14,7 +14,7 @@ set(WPE_API_VERSION "0.2")
1414
# - If binary compatibility has been broken (eg removed or changed interfaces)
1515
# change to C+1:0:0
1616
# - If the interface is the same as the previous version, change to C:R+1:A
17-
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPE 2 0 1)
17+
CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE(LIBWPE 3 0 2)
1818

1919
project(libwpe VERSION "${PROJECT_VERSION}")
2020

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
======================
2+
1.1.90 - March 4, 2019
3+
======================
4+
5+
- Fix small memory leaks when the EGL renderer backend initialization fails.
6+
17
=========================
28
1.1.0 - December 13, 2018
39
=========================

0 commit comments

Comments
 (0)