Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mongo
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
RTNoSQL
mongo
Commits
67c9ac45
Commit
67c9ac45
authored
12 years ago
by
Eliot Horowitz
Browse files
Options
Downloads
Patches
Plain Diff
BUMP 2.0.4-rc0
parent
d216bc37
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doxygenConfig
+1
-1
1 addition, 1 deletion
doxygenConfig
util/version.cpp
+1
-1
1 addition, 1 deletion
util/version.cpp
with
2 additions
and
2 deletions
doxygenConfig
+
1
−
1
View file @
67c9ac45
...
...
@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = MongoDB
PROJECT_NUMBER = 2.0.4-
pre-
PROJECT_NUMBER = 2.0.4-
rc0
OUTPUT_DIRECTORY = docs/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
...
...
This diff is collapsed.
Click to expand it.
util/version.cpp
+
1
−
1
View file @
67c9ac45
...
...
@@ -38,7 +38,7 @@ namespace mongo {
* 1.2.3-rc4-pre-
* If you really need to do something else you'll need to fix _versionArray()
*/
const
char
versionString
[]
=
"2.0.4-
pre-
"
;
const
char
versionString
[]
=
"2.0.4-
rc0
"
;
// See unit test for example outputs
static
BSONArray
_versionArray
(
const
char
*
version
){
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment