Skip to content

Commit 74317ba

Browse files
committed
Update version
1 parent 0c9c77c commit 74317ba

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/out/lib)
1616
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/out/bin)
1717

1818
project(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

doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#---------------------------------------------------------------------------
66
DOXYFILE_ENCODING = UTF-8
77
PROJECT_NAME = "fb-cpp"
8-
PROJECT_NUMBER = "0.0.1"
8+
PROJECT_NUMBER = "0.0.2"
99
PROJECT_BRIEF = "A modern C++ wrapper for the Firebird database API"
1010
PROJECT_LOGO =
1111
OUTPUT_DIRECTORY = @CMAKE_CURRENT_BINARY_DIR@/docs

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)