Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#define COUCHBASE_ENTERPRISE
#endif

#define CBLITE_VERSION "3.1.9"
#define CBLITE_VERSION_NUMBER 3001009
#define CBLITE_BUILD_NUMBER 2
#define CBLITE_SOURCE_ID "036da58+cce4963"
#define CBLITE_BUILD_TIMESTAMP "2024-08-01T19:15:34Z"
#define CBLITE_VERSION "3.1.10"
#define CBLITE_VERSION_NUMBER 3001010
#define CBLITE_BUILD_NUMBER 4
#define CBLITE_SOURCE_ID "036da58+ec0eb21"
#define CBLITE_BUILD_TIMESTAMP "2024-11-07T19:10:27Z"
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
# The variable CVF_VERSION must be set before calling configure_file().


set(PACKAGE_VERSION "3.1.9")
set(PACKAGE_VERSION "3.1.10")

if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

if("3.1.9" MATCHES "^([0-9]+)\\.")
if("3.1.10" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
else()
set(CVF_VERSION_MAJOR "3.1.9")
set(CVF_VERSION_MAJOR "3.1.10")
endif()

if(PACKAGE_FIND_VERSION_RANGE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "cblite" for configuration "MinSizeRel"
set_property(TARGET cblite APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL)
set_target_properties(cblite PROPERTIES
IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/aarch64-linux-gnu/libcblite.so.3.1.9"
IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/aarch64-linux-gnu/libcblite.so.3.1.10"
IMPORTED_SONAME_MINSIZEREL "libcblite.so.3"
)

list(APPEND _IMPORT_CHECK_TARGETS cblite )
list(APPEND _IMPORT_CHECK_FILES_FOR_cblite "${_IMPORT_PREFIX}/lib/aarch64-linux-gnu/libcblite.so.3.1.9" )
list(APPEND _IMPORT_CHECK_FILES_FOR_cblite "${_IMPORT_PREFIX}/lib/aarch64-linux-gnu/libcblite.so.3.1.10" )

# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright 2024

[couchbase-lite-c : 3.1.9]
[couchbase-lite-c : 3.1.10]


Components:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#define COUCHBASE_ENTERPRISE
#endif

#define CBLITE_VERSION "3.1.9"
#define CBLITE_VERSION_NUMBER 3001009
#define CBLITE_BUILD_NUMBER 2
#define CBLITE_SOURCE_ID "036da58+cce4963"
#define CBLITE_BUILD_TIMESTAMP "2024-08-01T19:15:25Z"
#define CBLITE_VERSION "3.1.10"
#define CBLITE_VERSION_NUMBER 3001010
#define CBLITE_BUILD_NUMBER 4
#define CBLITE_SOURCE_ID "036da58+ec0eb21"
#define CBLITE_BUILD_TIMESTAMP "2024-11-07T19:06:56Z"
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
# The variable CVF_VERSION must be set before calling configure_file().


set(PACKAGE_VERSION "3.1.9")
set(PACKAGE_VERSION "3.1.10")

if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

if("3.1.9" MATCHES "^([0-9]+)\\.")
if("3.1.10" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
else()
set(CVF_VERSION_MAJOR "3.1.9")
set(CVF_VERSION_MAJOR "3.1.10")
endif()

if(PACKAGE_FIND_VERSION_RANGE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "cblite" for configuration "MinSizeRel"
set_property(TARGET cblite APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL)
set_target_properties(cblite PROPERTIES
IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/x86_64-linux-gnu/libcblite.so.3.1.9"
IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/x86_64-linux-gnu/libcblite.so.3.1.10"
IMPORTED_SONAME_MINSIZEREL "libcblite.so.3"
)

list(APPEND _IMPORT_CHECK_TARGETS cblite )
list(APPEND _IMPORT_CHECK_FILES_FOR_cblite "${_IMPORT_PREFIX}/lib/x86_64-linux-gnu/libcblite.so.3.1.9" )
list(APPEND _IMPORT_CHECK_FILES_FOR_cblite "${_IMPORT_PREFIX}/lib/x86_64-linux-gnu/libcblite.so.3.1.10" )

# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright 2024

[couchbase-lite-c : 3.1.9]
[couchbase-lite-c : 3.1.10]


Components:
Expand Down

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#define COUCHBASE_ENTERPRISE
#endif

#define CBLITE_VERSION "3.1.9"
#define CBLITE_VERSION_NUMBER 3001009
#define CBLITE_BUILD_NUMBER 2
#define CBLITE_SOURCE_ID "036da58+cce4963"
#define CBLITE_BUILD_TIMESTAMP "2024-08-01T19:16:57Z"
#define CBLITE_VERSION "3.1.10"
#define CBLITE_VERSION_NUMBER 3001010
#define CBLITE_BUILD_NUMBER 4
#define CBLITE_SOURCE_ID "036da58+ec0eb21"
#define CBLITE_BUILD_TIMESTAMP "2024-11-07T19:07:50Z"
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
# The variable CVF_VERSION must be set before calling configure_file().


set(PACKAGE_VERSION "3.1.9")
set(PACKAGE_VERSION "3.1.10")

if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

if("3.1.9" MATCHES "^([0-9]+)\\.")
if("3.1.10" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
endif()
else()
set(CVF_VERSION_MAJOR "3.1.9")
set(CVF_VERSION_MAJOR "3.1.10")
endif()

if(PACKAGE_FIND_VERSION_RANGE)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright 2024

[couchbase-lite-c : 3.1.9]
[couchbase-lite-c : 3.1.10]


Components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
/* #undef COUCHBASE_ENTERPRISE */
#endif

#define CBLITE_VERSION "3.1.9"
#define CBLITE_VERSION_NUMBER 3001009
#define CBLITE_BUILD_NUMBER 2
#define CBLITE_SOURCE_ID "cce4963"
#define CBLITE_BUILD_TIMESTAMP "2024-08-01T19:15:28Z"
#define CBLITE_VERSION "3.1.10"
#define CBLITE_VERSION_NUMBER 3001010
#define CBLITE_BUILD_NUMBER 4
#define CBLITE_SOURCE_ID "ec0eb21"
#define CBLITE_BUILD_TIMESTAMP "2024-11-07T19:06:57Z"
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
# The variable CVF_VERSION must be set before calling configure_file().


set(PACKAGE_VERSION "3.1.9")
set(PACKAGE_VERSION "3.1.10")

if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

if("3.1.9" MATCHES "^([0-9]+)\\.")
if("3.1.10" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
else()
set(CVF_VERSION_MAJOR "3.1.9")
set(CVF_VERSION_MAJOR "3.1.10")
endif()

if(PACKAGE_FIND_VERSION_RANGE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "cblite" for configuration "MinSizeRel"
set_property(TARGET cblite APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL)
set_target_properties(cblite PROPERTIES
IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/aarch64-linux-gnu/libcblite.so.3.1.9"
IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/aarch64-linux-gnu/libcblite.so.3.1.10"
IMPORTED_SONAME_MINSIZEREL "libcblite.so.3"
)

list(APPEND _IMPORT_CHECK_TARGETS cblite )
list(APPEND _IMPORT_CHECK_FILES_FOR_cblite "${_IMPORT_PREFIX}/lib/aarch64-linux-gnu/libcblite.so.3.1.9" )
list(APPEND _IMPORT_CHECK_FILES_FOR_cblite "${_IMPORT_PREFIX}/lib/aarch64-linux-gnu/libcblite.so.3.1.10" )

# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright 2024

[couchbase-lite-c : 3.1.9]
[couchbase-lite-c : 3.1.10]


Components:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
/* #undef COUCHBASE_ENTERPRISE */
#endif

#define CBLITE_VERSION "3.1.9"
#define CBLITE_VERSION_NUMBER 3001009
#define CBLITE_BUILD_NUMBER 2
#define CBLITE_SOURCE_ID "cce4963"
#define CBLITE_BUILD_TIMESTAMP "2024-08-01T19:20:10Z"
#define CBLITE_VERSION "3.1.10"
#define CBLITE_VERSION_NUMBER 3001010
#define CBLITE_BUILD_NUMBER 4
#define CBLITE_SOURCE_ID "ec0eb21"
#define CBLITE_BUILD_TIMESTAMP "2024-11-07T19:06:36Z"
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
# The variable CVF_VERSION must be set before calling configure_file().


set(PACKAGE_VERSION "3.1.9")
set(PACKAGE_VERSION "3.1.10")

if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
set(PACKAGE_VERSION_COMPATIBLE FALSE)
else()

if("3.1.9" MATCHES "^([0-9]+)\\.")
if("3.1.10" MATCHES "^([0-9]+)\\.")
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
else()
set(CVF_VERSION_MAJOR "3.1.9")
set(CVF_VERSION_MAJOR "3.1.10")
endif()

if(PACKAGE_FIND_VERSION_RANGE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
# Import target "cblite" for configuration "MinSizeRel"
set_property(TARGET cblite APPEND PROPERTY IMPORTED_CONFIGURATIONS MINSIZEREL)
set_target_properties(cblite PROPERTIES
IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/x86_64-linux-gnu/libcblite.so.3.1.9"
IMPORTED_LOCATION_MINSIZEREL "${_IMPORT_PREFIX}/lib/x86_64-linux-gnu/libcblite.so.3.1.10"
IMPORTED_SONAME_MINSIZEREL "libcblite.so.3"
)

list(APPEND _IMPORT_CHECK_TARGETS cblite )
list(APPEND _IMPORT_CHECK_FILES_FOR_cblite "${_IMPORT_PREFIX}/lib/x86_64-linux-gnu/libcblite.so.3.1.9" )
list(APPEND _IMPORT_CHECK_FILES_FOR_cblite "${_IMPORT_PREFIX}/lib/x86_64-linux-gnu/libcblite.so.3.1.10" )

# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
Binary file not shown.
Loading
Loading