[x265-commits] [x265] cmake: bump X265_BUILD for x265_cleanup() behavior change

Steve Borho steve at borho.org
Fri Apr 3 21:27:56 CEST 2015


details:   http://hg.videolan.org/x265/rev/335c728bbd62
branches:  
changeset: 10044:335c728bbd62
user:      Steve Borho <steve at borho.org>
date:      Fri Apr 03 14:27:32 2015 -0500
description:
cmake: bump X265_BUILD for x265_cleanup() behavior change

diffstat:

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

diffs (12 lines):

diff -r 96fef6b58853 -r 335c728bbd62 source/CMakeLists.txt
--- a/source/CMakeLists.txt	Fri Apr 03 13:27:08 2015 -0500
+++ b/source/CMakeLists.txt	Fri Apr 03 14:27:32 2015 -0500
@@ -30,7 +30,7 @@ option(STATIC_LINK_CRT "Statically link 
 mark_as_advanced(FPROFILE_USE FPROFILE_GENERATE NATIVE_BUILD)
 
 # X265_BUILD must be incremented each time the public API is changed
-set(X265_BUILD 51)
+set(X265_BUILD 52)
 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