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.7.4) unstable; urgency=low
2+
3+ * sharding lots of changes
4+ * replica_sets lots of changes
5+ * see http://jira.mongodb.org/browse/SERVER/fixforversion/10210
6+
7+ -- Richard Kreuter <
[email protected] > Mon, 20 Dec 2010 16:56:28 -0500
8+
19mongodb (1.7.3) unstable; urgency=low
210
311 * sharding lots of changes
Original file line number Diff line number Diff line change 33#---------------------------------------------------------------------------
44DOXYFILE_ENCODING = UTF-8
55PROJECT_NAME = MongoDB
6- PROJECT_NUMBER = 1.7.4-pre-
6+ PROJECT_NUMBER = 1.7.4
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.7.3
2+ Version: 1.7.4
33Release: mongodb_1%{?dist }
44Summary: mongo client shell and tools
55License: AGPL 3.0
Original file line number Diff line number Diff line change 2626
2727namespace mongo {
2828
29- const char versionString[] = " 1.7.4-pre- " ;
29+ const char versionString[] = " 1.7.4" ;
3030
3131 string mongodVersion () {
3232 stringstream ss;
You can’t perform that action at this time.
0 commit comments