Skip to content

Commit

Permalink
BUMP legacy-1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Feb 28, 2018
1 parent 74ae6a9 commit 9bcc29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ if releaseBuild and (debugBuild or not optBuild):
print("Error: A --release build may not have debugging, and must have optimization")
Exit(1)

mongoclientVersion = "1.1.3-rc0-pre"
mongoclientVersion = "1.1.3"
# We don't keep the -pre in the user testable version identifiers, because
# nobody should be conditioning on the pre-release status.
mongoclientVersionComponents = re.split(r'\.|-rc', mongoclientVersion.partition('-pre')[0])
Expand Down
2 changes: 1 addition & 1 deletion etc/doxygen/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "MongoDB C++ Driver"
PROJECT_NUMBER = legacy-1.1.3-rc0-pre
PROJECT_NUMBER = legacy-1.1.3
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down

0 comments on commit 9bcc29c

Please sign in to comment.