From cdf2ea1439c3168e2dd2a84b15bbf224737cd47a Mon Sep 17 00:00:00 2001 From: Patrick Siegler Date: Wed, 21 Mar 2018 12:00:57 +0100 Subject: [PATCH] Bump to 5.11.2.15 --- Software/CHANGELOG | 7 ++++++- Software/VERSION | 2 +- Software/src/version.h | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Software/CHANGELOG b/Software/CHANGELOG index 82b2642aa..21187d6c1 100644 --- a/Software/CHANGELOG +++ b/Software/CHANGELOG @@ -13,13 +13,18 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/ # Software changelog =================================================================================== +Version 5.11.2.15 +--------------- +May 21, 2018 + +* Attempt to reconnect if the device is disconnected (#137) + Version 5.11.2.14 --------------- May 20, 2018 * Add automatic self-updater (enabled by default) * Add API to persist last set colors when unlocking (#132) -* Attempt to reconnect if the device is disconnected (#137) * Allow up to 512 LEDs for Adalight (#148, #149) * Fix API using more than 100 LEDs (#152) * Fix F.lux adjustment for multiple monitors (#127) diff --git a/Software/VERSION b/Software/VERSION index eacb2fcb9..d36a54b9b 100644 --- a/Software/VERSION +++ b/Software/VERSION @@ -1 +1 @@ -5.11.2.14 \ No newline at end of file +5.11.2.15 \ No newline at end of file diff --git a/Software/src/version.h b/Software/src/version.h index 51e947596..79c86d91c 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.14" +#define VERSION_STR "5.11.2.15" // Resource defines using in Lightpack.rc -#define VER_FILEVERSION 5,11,2,14 +#define VER_FILEVERSION 5,11,2,15 #define VER_PRODUCTVERSION VER_FILEVERSION #define VER_FILEVERSION_STR VERSION_STR "\0"