From 084444c52d8ad9624e2c5a75dbbc5711cf61adf1 Mon Sep 17 00:00:00 2001 From: Patrick Siegler Date: Sat, 19 Jan 2019 22:51:29 +0100 Subject: [PATCH] Bump to 5.11.2.19 --- Software/CHANGELOG | 7 +++++++ Software/VERSION | 2 +- Software/src/version.h | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Software/CHANGELOG b/Software/CHANGELOG index 15d3a88e0..0166bee7d 100644 --- a/Software/CHANGELOG +++ b/Software/CHANGELOG @@ -13,6 +13,13 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/ # Software changelog =================================================================================== +Version 5.11.2.19 +--------------- +January 19, 2019 + +* Fix a crash when using DDupl grabber (#240) +* Do not retry autoupdates + Version 5.11.2.18 --------------- January 18, 2019 diff --git a/Software/VERSION b/Software/VERSION index b15298756..395aee49c 100644 --- a/Software/VERSION +++ b/Software/VERSION @@ -1 +1 @@ -5.11.2.18 \ No newline at end of file +5.11.2.19 \ No newline at end of file diff --git a/Software/src/version.h b/Software/src/version.h index 3104a8cbf..fb15ec26a 100644 --- a/Software/src/version.h +++ b/Software/src/version.h @@ -27,10 +27,10 @@ #pragma once // Current version of Lightpack software -#define VERSION_STR "5.11.2.18" +#define VERSION_STR "5.11.2.19" // Resource defines using in Lightpack.rc -#define VER_FILEVERSION 5,11,2,18 +#define VER_FILEVERSION 5,11,2,19 #define VER_PRODUCTVERSION VER_FILEVERSION #define VER_FILEVERSION_STR VERSION_STR "\0"