diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-05-25 23:16:00 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-05-25 23:16:00 +0200 |
commit | 6adb6abd4120913b030c9374eaead2f3f485a81c (patch) | |
tree | e2bae8f481420b4f72d6e8036a85e793feeb7024 /include/cppunit | |
parent | e82718c224cdd569c7026f9c710706871d9a7dde (diff) | |
download | cppunit-6adb6abd4120913b030c9374eaead2f3f485a81c.tar.gz |
prepare for 1.13.2 release
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 a21f1a2..f430ac9 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.13.0" +#define CPPUNIT_VERSION "1.13.2" #endif #include <cppunit/config/CppUnitApi.h> // define CPPUNIT_API & CPPUNIT_NEED_DLL_DECL |