File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ mongodb (1.5.7) unstable; urgency=low
2+
3+ * sharding lots of changes
4+ * replica_sets lots of changes
5+
6+ -- Richard Kreuter <
[email protected] > Fri, 30 Jul 2010 16:56:28 -0500
7+
8+
19mongodb (1.5.6) unstable; urgency=low
210
311 * sharding lots of changes, see http://jira.mongodb.org/browse/SERVER/fixforversion/10179
Original file line number Diff line number Diff line change 33#---------------------------------------------------------------------------
44DOXYFILE_ENCODING = UTF-8
55PROJECT_NAME = MongoDB
6- PROJECT_NUMBER = 1.5.6
6+ PROJECT_NUMBER = 1.5.7
77OUTPUT_DIRECTORY = docs/doxygen
88CREATE_SUBDIRS = NO
99OUTPUT_LANGUAGE = English
Original file line number Diff line number Diff line change 11Name: mongo
2- Version: 1.5.6
2+ Version: 1.5.7
33Release: mongodb_1%{?dist }
44Summary: mongo client shell and tools
55License: AGPL 3.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ namespace mongo {
1414 // mongo processes version support
1515 //
1616
17- const char versionString[] = " 1.5.7-pre- " ;
17+ const char versionString[] = " 1.5.7" ;
1818
1919 string mongodVersion () {
2020 stringstream ss;
You can’t perform that action at this time.
0 commit comments