From: José Fonseca Date: Tue, 27 Sep 2011 19:40:13 +0000 (+0100) Subject: Rebrand as version 2.0 X-Git-Url: https://git.cworth.org/git?p=apitrace;a=commitdiff_plain;h=e2c43205033026d70c12b592c84dfcc1e667cb4b Rebrand as version 2.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ce139c..d7deb4f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -462,7 +462,7 @@ install ( TODO.markdown DESTINATION doc) -set (CPACK_PACKAGE_VERSION_MAJOR "1") +set (CPACK_PACKAGE_VERSION_MAJOR "2") set (CPACK_PACKAGE_VERSION_MINOR "0") # Use current date in YYYYMMDD format as patch number diff --git a/NEWS.markdown b/NEWS.markdown index 7cf9e38..92e53df 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -2,8 +2,8 @@ This file lists the major user visible improvments. For a full list of changes and their authors see the git history. -Recent developments -=================== +Version 2.0 +=========== * Flush/sync trace file only when there is an uncaught signal/exception, yielding a 5x speed up while tracing.