diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..59595ed --- /dev/null +++ b/README.txt @@ -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 diff --git a/src/libraries/turtle/config.hpp b/src/libraries/turtle/config.hpp index 6d23dc8..3b80091 100644 --- a/src/libraries/turtle/config.hpp +++ b/src/libraries/turtle/config.hpp @@ -13,6 +13,8 @@ #include #include +#define MOCK_VERSION 1.0.0 + #ifndef MOCK_MAX_ARGS # define MOCK_MAX_ARGS 10 #endif // MOCK_MAX_ARGS