Skip to content

Commit 09119e9

Browse files
committed
BUMP legacy-1.0.0-rc1
1 parent 0eddda9 commit 09119e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SConstruct

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ if releaseBuild and (debugBuild or not optBuild):
343343
print("Error: A --release build may not have debugging, and must have optimization")
344344
Exit(1)
345345

346-
mongoclientVersion = "1.0.0-rc1-pre"
346+
mongoclientVersion = "1.0.0-rc1"
347347
# We don't keep the -pre in the user testable version identifiers, because
348348
# nobody should be conditioning on the pre-release status.
349349
mongoclientVersionComponents = re.split(r'\.|-rc', mongoclientVersion.partition('-pre')[0])

etc/doxygen/config

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#---------------------------------------------------------------------------
44
DOXYFILE_ENCODING = UTF-8
55
PROJECT_NAME = "MongoDB C++ Driver"
6-
PROJECT_NUMBER = legacy-1.0.0-rc1-pre
6+
PROJECT_NUMBER = legacy-1.0.0-rc1
77
OUTPUT_DIRECTORY = docs/doxygen
88
CREATE_SUBDIRS = NO
99
OUTPUT_LANGUAGE = English

0 commit comments

Comments
 (0)