X-Git-Url: https://git.piment-noir.org/?p=deb_x265.git;a=blobdiff_plain;f=debian%2Fpatches%2Fversion.patch;fp=debian%2Fpatches%2Fversion.patch;h=639310cd962da102c8be06b15dfcac0ff2e10500;hp=0000000000000000000000000000000000000000;hb=4d13a1de5d07bb3e234ec43bf4877ae2df27b8de;hpb=72b9787e2806694c5bc5609dd7c2e5dbbfaa4b2f diff --git a/debian/patches/version.patch b/debian/patches/version.patch new file mode 100644 index 0000000..639310c --- /dev/null +++ b/debian/patches/version.patch @@ -0,0 +1,13 @@ +--- a/source/cmake/version.cmake ++++ b/source/cmake/version.cmake +@@ -6,8 +6,8 @@ + find_package(Git QUIET) # present in 2.8.8 + + # defaults, in case everything below fails +-set(X265_VERSION "unknown") +-set(X265_LATEST_TAG "0.0") ++set(X265_VERSION "1.4") ++set(X265_LATEST_TAG "1.4") + set(X265_TAG_DISTANCE "0") + + if(EXISTS ${CMAKE_SOURCE_DIR}/../.hg_archival.txt)