Added release informations

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@116 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2010-02-09 21:21:19 +00:00
parent 0a796db220
commit 25f7489944
2 changed files with 5 additions and 0 deletions

3
README.txt Normal file
View file

@ -0,0 +1,3 @@
Turtle is an open-source C++ mock object library with a focus on usability and simplicity.
For more information see http://turtle.sf.net

View file

@ -13,6 +13,8 @@
#include <boost/preprocessor/debug/assert.hpp> #include <boost/preprocessor/debug/assert.hpp>
#include <boost/function.hpp> #include <boost/function.hpp>
#define MOCK_VERSION 1.0.0
#ifndef MOCK_MAX_ARGS #ifndef MOCK_MAX_ARGS
# define MOCK_MAX_ARGS 10 # define MOCK_MAX_ARGS 10
#endif // MOCK_MAX_ARGS #endif // MOCK_MAX_ARGS