From 18aa620f747366e9feb8fccc5e84fadff62ce469 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Fri, 17 Jun 2016 20:00:11 +0200 Subject: [PATCH] Bump version. --- HISTORY.txt | 3 +++ src/version.h | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index f9769a7..175fef8 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,9 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.72 [2016-06-17] +* Now actually contains the "x64" version of NVEncC + Version 2.71 [2016-06-12] * Updated x265 to version 1.9+200 * Added experimental NVEncC (NVIDIA GPU encoding) support diff --git a/src/version.h b/src/version.h index d9fb964..971419a 100644 --- a/src/version.h +++ b/src/version.h @@ -25,8 +25,8 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 7 -#define VER_X264_PATCH 1 -#define VER_X264_BUILD 1034 +#define VER_X264_PATCH 2 +#define VER_X264_BUILD 1035 #define VER_X264_PORTABLE_EDITION (0)