Skip to content

Commit

Permalink
RELEASE v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
banker committed Apr 11, 2012
1 parent 34d58ce commit 64a5d2f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Until the 1.0 release, this driver should be considered alpha. Keep in mind that
# Building

First check out the version you want to build. *Always build from a particular tag, since HEAD may be
a work in progress.* For example, to build version 0.5, run:
a work in progress.* For example, to build version 0.5.1, run:

git checkout v0.5
git checkout v0.5.1

You can then build the driver with scons:

Expand Down
4 changes: 2 additions & 2 deletions docs/source/sphinx/source/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Building the MongoDB C Driver
=============================

First checkout the version you want to build. *Always build from a particular tag, since HEAD may be
a work in progress.* For example, to build version 0.5, run:
a work in progress.* For example, to build version 0.5.1, run:

.. code-block:: bash
git checkout v0.5
git checkout v0.5.1
Then follow the build steps below.

Expand Down
2 changes: 1 addition & 1 deletion doxygenConfig
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 = 0.5
PROJECT_NUMBER = 0.5.1
OUTPUT_DIRECTORY = docs/source/doxygen
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
4 changes: 2 additions & 2 deletions src/mongo.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
MONGO_EXTERN_C_START

#define MONGO_MAJOR 0
#define MONGO_MINOR 4
#define MONGO_PATCH 0
#define MONGO_MINOR 5
#define MONGO_PATCH 1

#define MONGO_OK 0
#define MONGO_ERROR -1
Expand Down

0 comments on commit 64a5d2f

Please sign in to comment.