Bump version to 1.1.1 cmocka-1.1.1
authorAndreas Schneider <asn@cryptomilk.org>
Fri, 7 Apr 2017 14:16:13 +0000 (16:16 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 7 Apr 2017 14:16:13 +0000 (16:16 +0200)
CMakeLists.txt
ChangeLog

index 7f7dac4..ac224ff 100644 (file)
@@ -8,7 +8,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
 
 set(APPLICATION_VERSION_MAJOR "1")
 set(APPLICATION_VERSION_MINOR "1")
-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.4.0")
+set(LIBRARY_VERSION "0.4.1")
 set(LIBRARY_SOVERSION "0")
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
index 0319c15..aa5835a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Apr 07 2016 Andreas Schneider <asn@cryptomilk.org>
+    * cmocka: version 1.1.1
+    * Fixed TAP output
+    * Fixed cmocka on Windows x64
+    * Fixed xUnit output durations
+
 Wed Sep 21 2016 Andreas Schneider <asn@cryptomilk.org>
     * cmocka: version 1.1.0
     * Added support to catch multiple exceptions