diff --git a/Software/CHANGELOG b/Software/CHANGELOG index 69e539491..55d26f5c3 100644 --- a/Software/CHANGELOG +++ b/Software/CHANGELOG @@ -13,6 +13,12 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/ # Software changelog =================================================================================== +Version 5.11.2.26 +--------------- +December 6, 2020 + +* Improved zone placement wizard + Version 5.11.2.25 --------------- November 1, 2020 diff --git a/Software/VERSION b/Software/VERSION index 0104fa2d5..6117913db 100644 --- a/Software/VERSION +++ b/Software/VERSION @@ -1 +1 @@ -5.11.2.25 \ No newline at end of file +5.11.2.26 \ No newline at end of file diff --git a/Software/src/version.h b/Software/src/version.h index 7b2b56090..8fdc70ab4 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.25" +#define VERSION_STR "5.11.2.26" // Resource defines using in Lightpack.rc -#define VER_FILEVERSION 5,11,2,25 +#define VER_FILEVERSION 5,11,2,26 #define VER_PRODUCTVERSION VER_FILEVERSION #define VER_FILEVERSION_STR VERSION_STR "\0"