Skip to content

Commit

Permalink
sdk: update sdk version to 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Nechita <dan.nechita@analog.com>
  • Loading branch information
dNechita committed Dec 20, 2019
1 parent 2062fe8 commit 8de7aec
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 @@ -11,8 +11,8 @@ endif()

############################### Version #######################################
set(ADITOF_VERSION_MAJOR 1)
set(ADITOF_VERSION_MINOR 1)
set(ADITOF_VERSION_PATCH 1)
set(ADITOF_VERSION_MINOR 2)
set(ADITOF_VERSION_PATCH 0)

set(VERSION "${ADITOF_VERSION_MAJOR}.${ADITOF_VERSION_MINOR}.${ADITOF_VERSION_PATCH}")

Expand Down

0 comments on commit 8de7aec

Please sign in to comment.