From e2c43205033026d70c12b592c84dfcc1e667cb4b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 27 Sep 2011 20:40:13 +0100 Subject: [PATCH] Rebrand as version 2.0 --- CMakeLists.txt | 2 +- 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. -- 2.43.0