Skip to content

Commit

Permalink
sdk: update sdk version to 2.0.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 Jan 15, 2021
1 parent 08928ce commit ea8ffd5
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 @@ -10,8 +10,8 @@ if( ${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR} )
endif()

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

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

0 comments on commit ea8ffd5

Please sign in to comment.