Skip to content

Commit 48e8366

Browse files
committed
CXX-205 BUMP legacy-0.8.0
1 parent c9ff5f1 commit 48e8366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ if releaseBuild and (debugBuild or not optBuild):
292292
print("Error: A --release build may not have debugging, and must have optimization")
293293
Exit(1)
294294

295-
mongoclientVersion = "0.8.0-pre"
295+
mongoclientVersion = "0.8.0"
296296
# We don't keep the -pre in the user testable version identifiers, because
297297
# nobody should be conditioning on the pre-release status.
298298
mongoclientVersionComponents = mongoclientVersion.split('-')

doxygenConfig

Lines changed: 1 addition & 1 deletion
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 = 0.0
6+
PROJECT_NUMBER = 0.8.0
77
OUTPUT_DIRECTORY = docs/doxygen
88
CREATE_SUBDIRS = NO
99
OUTPUT_LANGUAGE = English

0 commit comments

Comments
 (0)