mirror of
https://github.com/oatpp/oatpp.git
synced 2024-11-21 03:14:51 +08:00
oatpp/version increased to '0.18.12'
This commit is contained in:
parent
0c8d33abc0
commit
29e3e27e1a
@ -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
|
||||
|
@ -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)) { \
|
||||
|
Loading…
Reference in New Issue
Block a user