Bump version to 0.4.1.
authorAndreas Schneider <asn@cryptomilk.org>
Thu, 22 May 2014 12:40:35 +0000 (14:40 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 22 May 2014 12:40:35 +0000 (14:40 +0200)
CMakeLists.txt
ChangeLog

index 03e7b5da82e38b4912e3585d9cf155c0c7910ccc..e80fdbcb2279938d8c4aaca40b98095572a63619 100644 (file)
@@ -8,7 +8,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
 
 set(APPLICATION_VERSION_MAJOR "0")
 set(APPLICATION_VERSION_MINOR "4")
-set(APPLICATION_VERSION_PATCH "0")
+set(APPLICATION_VERSION_PATCH "1")
 
 set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINOR}.${APPLICATION_VERSION_PATCH}")
 
@@ -19,7 +19,7 @@ set(APPLICATION_VERSION "${APPLICATION_VERSION_MAJOR}.${APPLICATION_VERSION_MINO
 #     Increment AGE. Set REVISION to 0
 #   If the source code was changed, but there were no interface changes:
 #     Increment REVISION.
-set(LIBRARY_VERSION "0.2.0")
+set(LIBRARY_VERSION "0.2.1")
 set(LIBRARY_SOVERSION "0")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
index 8425064faefc39d54504ece7e13d8b5d629fc18d..a8a00ec1b2831ab5c8d0fb13719cc46145ff50f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu May 22 2014 Andreas Schneider <asn@cryptomilk.org>
+    * cmocka: version 0.4.1
+    * Added CMOCKA_TEST_ABORT env variable to leave threading apps.
+    * Fixed count parameter of expect_check() macro.
+    * Fixed reporting the number of tests.
+    * Fixed cmake config files.
+
 Fri Apr 11 2014 Andreas Schneider <asn@cryptomilk.org>
     * cmocka: version 0.4.0
     * Added support for group testing.