From 25f7489944d83f45c8affcc8ad8de4a506fc72d1 Mon Sep 17 00:00:00 2001 From: mat007 Date: Tue, 9 Feb 2010 21:21:19 +0000 Subject: [PATCH] Added release informations git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@116 860be788-9bd5-4423-9f1e-828f051e677b --- README.txt | 3 +++ src/libraries/turtle/config.hpp | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 README.txt 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