diff --git a/CMakeLists.txt b/CMakeLists.txt index c92af5d7c4dea86f7f30cdfaa19f0210518510a3..c4acf434963325dc944bc68907dfc2b16a3b2caf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ include(cmake/set_build_flags.cmake) option(VERSION "set lcr version" ON) if (VERSION STREQUAL "ON") - set(LCR_VERSION "2.0.1") + set(LCR_VERSION "2.0.2") endif() option(DEBUG "set lcr gcc option" ON) diff --git a/lcr.spec b/lcr.spec index 6ca7d111101ec39ca874f2414d09423df4cef6c9..a706537411d3e2efc3af2d56b680017576fc8de2 100644 --- a/lcr.spec +++ b/lcr.spec @@ -1,5 +1,5 @@ -%global _version 2.0.1 -%global _release 20200526.114445.gitf39e0a3a +%global _version 2.0.2 +%global _release 20200526.162423.gitf1095eab %global _inner_name isula_libutils Name: lcr