From c6bffa3ef71b628117acfc50920a8633f5c553ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20=C5=A0olt=C3=A9s?= Date: Tue, 22 Sep 2020 19:56:41 +0200 Subject: [PATCH] Updated version --- README.md | 10 +++++----- src/version.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 598492ef..dabda060 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ BatchEncoder is an audio files conversion software. | Platform | Type | Version | Download | |-----------------------|-------------|---------------|----------------------------------------------------------------------------------------------------------------------------------------| -| Windows 32-bit | Installer | 5.0 | [BatchEncoder-5.0-Win32.exe](https://github.com/wieslawsoltes/BatchEncoder/releases/download/5.0/BatchEncoder-5.0-Win32.exe) | -| Windows 64-bit | Installer | 5.0 | [BatchEncoder-5.0-x64.exe](https://github.com/wieslawsoltes/BatchEncoder/releases/download/5.0/BatchEncoder-5.0-x64.exe) | -| Windows 32-bit | Portable | 5.0 | [BatchEncoder-5.0-Win32.zip](https://github.com/wieslawsoltes/BatchEncoder/releases/download/5.0/BatchEncoder-5.0-Win32.zip) | -| Windows 64-bit | Portable | 5.0 | [BatchEncoder-5.0-x64.zip](https://github.com/wieslawsoltes/BatchEncoder/releases/download/5.0/BatchEncoder-5.0-x64.zip) | -| All | Config | 5.0 | [BatchEncoder-5.0-Config.zip](https://github.com/wieslawsoltes/BatchEncoder/releases/download/5.0/BatchEncoder-5.0-Config.zip) | +| Windows 32-bit | Installer | 5.1 | [BatchEncoder-5.1-Win32.exe](https://github.com/wieslawsoltes/BatchEncoder/releases/download/5.1/BatchEncoder-5.1-Win32.exe) | +| Windows 64-bit | Installer | 5.1 | [BatchEncoder-5.1-x64.exe](https://github.com/wieslawsoltes/BatchEncoder/releases/download/5.1/BatchEncoder-5.1-x64.exe) | +| Windows 32-bit | Portable | 5.1 | [BatchEncoder-5.1-Win32.zip](https://github.com/wieslawsoltes/BatchEncoder/releases/download/5.1/BatchEncoder-5.1-Win32.zip) | +| Windows 64-bit | Portable | 5.1 | [BatchEncoder-5.1-x64.zip](https://github.com/wieslawsoltes/BatchEncoder/releases/download/5.1/BatchEncoder-5.1-x64.zip) | +| All | Config | 5.1 | [BatchEncoder-5.1-Config.zip](https://github.com/wieslawsoltes/BatchEncoder/releases/download/5.1/BatchEncoder-5.1-Config.zip) | ## Support BatchEncoder diff --git a/src/version.h b/src/version.h index 6d018a89..4523f0e6 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define VERSION_MAJOR 5 -#define VERSION_MINOR 0 +#define VERSION_MINOR 1 #define VERSION_REVISION 0 #define VERSION_BUILD 0