Skip to content

Commit 7b3dd94

Browse files
committed
Prepare to generate r4.1.4 release documentation
1 parent cf10718 commit 7b3dd94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ TOC_EXPAND = NO
16031603
# protocol see https://www.sitemaps.org
16041604
# This tag requires that the tag GENERATE_HTML is set to YES.
16051605

1606-
SITEMAP_URL = https://mongocxx.org/api/mongocxx-4.1.3/
1606+
SITEMAP_URL = https://mongocxx.org/api/mongocxx-4.1.4/
16071607

16081608
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
16091609
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that

etc/generate-latest-apidocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
set -o errexit
1111
set -o pipefail
1212

13-
LATEST_VERSION="4.1.3"
13+
LATEST_VERSION="4.1.4"
1414
DOXYGEN_VERSION_REQUIRED="1.14.0"
1515

1616
# Permit using a custom Doxygen binary.

0 commit comments

Comments
 (0)