Skip to content

Commit

Permalink
sdk: update sdk version to 1.2.1
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 Feb 17, 2020
1 parent 23707dd commit 20786aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()
############################### Version #######################################
set(ADITOF_VERSION_MAJOR 1)
set(ADITOF_VERSION_MINOR 2)
set(ADITOF_VERSION_PATCH 0)
set(ADITOF_VERSION_PATCH 1)

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

Expand Down

0 comments on commit 20786aa

Please sign in to comment.