Skip to content

Commit

Permalink
opae-sdk: update opae release version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anandaravuri committed Sep 14, 2020
1 parent 2fa56e6 commit 7e40e35
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 @@ -27,8 +27,8 @@
cmake_minimum_required(VERSION 2.8.12)
project(opae-libs)

set(OPAE_VERSION_MAJOR 1 CACHE STRING "OPAE major version" FORCE)
set(OPAE_VERSION_MINOR 4 CACHE STRING "OPAE minor version" FORCE)
set(OPAE_VERSION_MAJOR 2 CACHE STRING "OPAE major version" FORCE)
set(OPAE_VERSION_MINOR 0 CACHE STRING "OPAE minor version" FORCE)
set(OPAE_VERSION_REVISION 0 CACHE STRING "OPAE revision version" FORCE)
set(OPAE_VERSION ${OPAE_VERSION_MAJOR}.${OPAE_VERSION_MINOR}.${OPAE_VERSION_REVISION}
CACHE STRING "OPAE version" FORCE)
Expand Down

0 comments on commit 7e40e35

Please sign in to comment.