commit | d4eabc0b150e542f3680ca5ee8b2252212eb02e9 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Apr 17 09:53:00 2024 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Apr 17 09:53:00 2024 +0200 |
tree | c3a7fc1e49777dd73023431a7fefabaaa93d57b9 | |
parent | 1a65069353df9d7d0063bb1a5e1b8ace1b1b723d [diff] [blame] |
VERSION bump to version 3.0.2
diff --git a/CMakeLists.txt b/CMakeLists.txt index f0c89ab..3985858 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -60,7 +60,7 @@ # set version of the project set(LIBYANG_MAJOR_VERSION 3) set(LIBYANG_MINOR_VERSION 0) -set(LIBYANG_MICRO_VERSION 1) +set(LIBYANG_MICRO_VERSION 2) set(LIBYANG_VERSION ${LIBYANG_MAJOR_VERSION}.${LIBYANG_MINOR_VERSION}.${LIBYANG_MICRO_VERSION}) # set version of the library