diff options
-rwxr-xr-x | CMakeLists.txt | 2 | ||||
-rw-r--r-- | NEWS.markdown | 4 |
2 files changed, 3 insertions, 3 deletions
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. |