diff options
| author | Matias Fontanini <matias.fontanini@gmail.com> | 2017-04-01 09:21:33 -0700 |
|---|---|---|
| committer | Matias Fontanini <matias.fontanini@gmail.com> | 2017-04-01 09:21:33 -0700 |
| commit | 37c92fcf5c83b034a280fd6070fb467e3d0c87bd (patch) | |
| tree | a9b183bfda50737a1e31ab5cd6cf75e6356a6cdf | |
| parent | 18281e614d606a1bf02cd539f75d80a68d7f5528 (diff) | |
Bump minor versionv3.5
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a2964b7..f57162b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ ENDIF(LIBTINS_BUILD_SHARED) # The version number. SET(LIBTINS_VERSION_MAJOR 3) -SET(LIBTINS_VERSION_MINOR 4) +SET(LIBTINS_VERSION_MINOR 5) SET(LIBTINS_VERSION "${LIBTINS_VERSION_MAJOR}.${LIBTINS_VERSION_MINOR}") # Required Packages |
