oatpp/version increased to '0.18.12'

This commit is contained in:
lganzzzo 2018-12-16 02:56:31 +02:00
parent 0c8d33abc0
commit 29e3e27e1a
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
option(OATPP_INSTALL "Create installation target for oat++" ON)
option(OATPP_BUILD_TESTS "Create test target for oat++" ON)
add_library(oatpp
add_library(oatpp
algorithm/CRC.cpp
algorithm/CRC.hpp
codegen/codegen_define_ApiClient_.hpp

View File

@ -36,7 +36,7 @@
#include <stdlib.h>
#define OATPP_VERSION "0.18.9"
#define OATPP_VERSION "0.18.12"
#define OATPP_ASSERT(EXP) \
if(!(EXP)) { \