diff options
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-27 16:24:32 +0100 |
|---|---|---|
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-01-27 16:24:32 +0100 |
| commit | e7a1968c1c2cbd9752ca6a9cfa196fd56146c71e (patch) | |
| tree | f4c6fc4404338f29da236a699ba42ef8c3fb517f /include/cppunit | |
| parent | 05b202fc3edce92d8343cb0964d9d15134cd8f1d (diff) | |
| download | cppunit-e7a1968c1c2cbd9752ca6a9cfa196fd56146c71e.tar.gz | |
Portability.h contains #define CPPUNIT_VERSION "1.12.0", sf#2983798
Diffstat (limited to 'include/cppunit')
| -rw-r--r-- | include/cppunit/Portability.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppunit/Portability.h b/include/cppunit/Portability.h index 591eb86..a21f1a2 100644 --- a/include/cppunit/Portability.h +++ b/include/cppunit/Portability.h @@ -20,7 +20,7 @@ // Version number of package #ifndef CPPUNIT_VERSION -#define CPPUNIT_VERSION "1.12.0" +#define CPPUNIT_VERSION "1.13.0" #endif #include <cppunit/config/CppUnitApi.h> // define CPPUNIT_API & CPPUNIT_NEED_DLL_DECL |
