Skip to content

Commit

Permalink
CMakeLists.txt: Bump version to v1.0.4.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Trifan <[email protected]>
  • Loading branch information
AlexandraTrifan committed Feb 11, 2022
1 parent 0ee9779 commit dbb484f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif()
# libsmu versioning
set(LIBSMU_VERSION_MAJOR 1)
set(LIBSMU_VERSION_MINOR 0)
set(LIBSMU_VERSION_PATCH 3)
set(LIBSMU_VERSION_PATCH 4)
set(LIBSMU_VERSION ${LIBSMU_VERSION_MAJOR}.${LIBSMU_VERSION_MINOR}.${LIBSMU_VERSION_PATCH})

# determine a more descriptive project version using git info if available
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pysmu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Released under the terms of the BSD License
# (C) 2016, Analog Devices, Inc.

__version__ = '1.0.3'
__version__ = '1.0.4'

import os

Expand Down

0 comments on commit dbb484f

Please sign in to comment.