Skip to content

Commit

Permalink
Bump version to 1.11.0 stable release
Browse files Browse the repository at this point in the history
This release:
- fixes several memory leaks
- introduces touch support for subsurfaces
- introduces two new subcmd to LayerManagerControl

Signed-off-by: Emre Ucan <[email protected]>
  • Loading branch information
eucan committed Nov 14, 2016
1 parent cabf707 commit 1abcf3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ SET(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)

project(wayland-ivi-extension)

SET(IVI_EXTENSION_VERSION 1.10.90)
SET(ILM_API_VERSION 1.10.90)
SET(IVI_EXTENSION_VERSION 1.11.0)
SET(ILM_API_VERSION 1.11.0)

add_subdirectory(protocol)

Expand Down

0 comments on commit 1abcf3c

Please sign in to comment.