]> git.cworth.org Git - apitrace/commitdiff
Rebrand as version 2.0
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 27 Sep 2011 19:40:13 +0000 (20:40 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 27 Sep 2011 19:40:13 +0000 (20:40 +0100)
CMakeLists.txt
NEWS.markdown

index 5ce139cc7fb83ef5143e6055ca25fa13f5cb0410..d7deb4fd83c0c2197955aa7a0ed60304e0816e2c 100755 (executable)
@@ -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 
index 7cf9e3848662c13b768121eb9aea57e221c87a50..92e53df2f022ea504006d2b02ff5f0643cd34664 100644 (file)
@@ -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.