Skip to content

Commit

Permalink
Bump version to 2.0.2 bugfix release
Browse files Browse the repository at this point in the history
This release has three patches on top 2.0:

 -EGLWLMockNavigation: fix memory leak
 -Update README
 -fix wrong fprintf usage

Signed-off-by: Emre Ucan <[email protected]>
  • Loading branch information
eucan committed Nov 21, 2017
1 parent 1748a67 commit ff067a6
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 2.0.0)
SET(ILM_API_VERSION 2.0.0)
SET(IVI_EXTENSION_VERSION 2.0.2)
SET(ILM_API_VERSION 2.0.2)

add_subdirectory(protocol)

Expand Down

0 comments on commit ff067a6

Please sign in to comment.