File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/out/lib)
1616set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR } /out/bin)
1717
1818project (fb-cpp-main
19- VERSION 0.0.1
19+ VERSION 0.0.2
2020 DESCRIPTION "C++ client library for Firebird"
2121 HOMEPAGE_URL "https://github.com/asfernandes/fb-cpp"
2222 LANGUAGES CXX
Original file line number Diff line number Diff line change 55#---------------------------------------------------------------------------
66DOXYFILE_ENCODING = UTF-8
77PROJECT_NAME = "fb-cpp"
8- PROJECT_NUMBER = "0.0.1 "
8+ PROJECT_NUMBER = "0.0.2 "
99PROJECT_BRIEF = "A modern C++ wrapper for the Firebird database API"
1010PROJECT_LOGO =
1111OUTPUT_DIRECTORY = @CMAKE_CURRENT_BINARY_DIR@/docs
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json" ,
33 "name" : " fb-cpp" ,
4- "version-semver" : " 0.0.1 " ,
4+ "version-semver" : " 0.0.2 " ,
55 "maintainers" : " Adriano dos Santos Fernandes" ,
66 "description" : " A modern C++ wrapper for the Firebird database API" ,
77 "homepage" : " https://github.com/asfernandes/fb-cpp" ,
You can’t perform that action at this time.
0 commit comments