summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-09-27 20:40:13 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-09-27 20:40:13 +0100
commite2c43205033026d70c12b592c84dfcc1e667cb4b (patch)
treec02ad1ea1dcec286e27dfc47c7cb2fd275b65c8f
parent78708c495e6d48d24e9a3007c80713746639581c (diff)
Rebrand as version 2.02.0
-rwxr-xr-xCMakeLists.txt2
-rw-r--r--NEWS.markdown4
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5ce139cc..d7deb4fd 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 7cf9e384..92e53df2 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.