From e9495c67410a6740bd196aed70462280d3205ff1 Mon Sep 17 00:00:00 2001 From: v0lt Date: Sun, 18 Aug 2024 08:19:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=BB=D0=B8=D0=B7=200.2.1.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Include/Version.h | 4 ++-- history.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Include/Version.h b/Include/Version.h index 75d8536..9be45b3 100644 --- a/Include/Version.h +++ b/Include/Version.h @@ -17,11 +17,11 @@ #define DO_MAKE_STR(x) #x #define MAKE_STR(x) DO_MAKE_STR(x) -#define VER_RELEASE 0 +#define VER_RELEASE 1 #define VER_MAJOR 0 #define VER_MINOR 2 -#define VER_BUILD 0 +#define VER_BUILD 1 #define VERSION_NUM VER_MAJOR,VER_MINOR,VER_BUILD,REV_NUM #define VERSION_STR MAKE_STR(VER_MAJOR) "." MAKE_STR(VER_MINOR) "." MAKE_STR(VER_BUILD) "." MAKE_STR(REV_NUM) diff --git a/history.txt b/history.txt index ebfbc6a..83794d6 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,4 @@ -0.2.0 dev +0.2.1.165 - 2024-08-18 ----------------------- The license has been changed to LGPL-2.1. Added audio support for AviSynth+ and VapourSynth scripts.