Skip to content

Commit

Permalink
sdk: update sdk version to 1.3.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 Mar 12, 2020
1 parent 0ebf2b3 commit a08e42c
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 2)
set(ADITOF_VERSION_PATCH 1)
set(ADITOF_VERSION_MINOR 3)
set(ADITOF_VERSION_PATCH 0)

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

Expand Down

0 comments on commit a08e42c

Please sign in to comment.