[x265-commits] [x265] cmake: bump build number for --pools vs --threads API change

Steve Borho steve at borho.org
Tue Feb 24 01:03:23 CET 2015


details:   http://hg.videolan.org/x265/rev/e69c49eb738e
branches:  
changeset: 9398:e69c49eb738e
user:      Steve Borho <steve at borho.org>
date:      Mon Feb 23 18:03:30 2015 -0600
description:
cmake: bump build number for --pools vs --threads API change

diffstat:

 source/CMakeLists.txt |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0c23bfd6b0d4 -r e69c49eb738e source/CMakeLists.txt
--- a/source/CMakeLists.txt	Thu Feb 19 09:42:06 2015 -0600
+++ b/source/CMakeLists.txt	Mon Feb 23 18:03:30 2015 -0600
@@ -21,7 +21,7 @@ include(CheckSymbolExists)
 include(CheckCXXCompilerFlag)
 
 # X265_BUILD must be incremented each time the public API is changed
-set(X265_BUILD 46)
+set(X265_BUILD 47)
 configure_file("${PROJECT_SOURCE_DIR}/x265.def.in"
                "${PROJECT_BINARY_DIR}/x265.def")
 configure_file("${PROJECT_SOURCE_DIR}/x265_config.h.in"


More information about the x265-commits mailing list