diff --git a/CMakeLists.txt b/CMakeLists.txt index de77a504aa99fd8974a82f6c970f731924a3d181..a2b8c78e7d9e2116001ec3d96d7a3fe1ee9f9c31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ add_compile_options("$<$<AND:$<CONFIG:Debug>,$<COMPILE_LANGUAGE:C>,$<C_COMPILER_ add_compile_options("$<$<AND:$<CONFIG:Debug>,$<COMPILE_LANGUAGE:CXX>,$<CXX_COMPILER_ID:GNU>>:-Wall;-Wextra>") project(ALL - VERSION "0.9.1" + VERSION "0.9.2" DESCRIPTION "A Loadbalacing Library" HOMEPAGE_URL "http://slms.pages.jsc.fz-juelich.de/websites/all-website/")