diff options
author | José Fonseca <jose.r.fonseca@gmail.com> | 2011-09-27 20:40:13 +0100 |
---|---|---|
committer | José Fonseca <jose.r.fonseca@gmail.com> | 2011-09-27 20:40:13 +0100 |
commit | e2c43205033026d70c12b592c84dfcc1e667cb4b (patch) | |
tree | c02ad1ea1dcec286e27dfc47c7cb2fd275b65c8f | |
parent | 78708c495e6d48d24e9a3007c80713746639581c (diff) |
Rebrand as version 2.0
-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. |