Skip to content

Commit d71995e

Browse files
committed
Version bump 5.11.2.10
1 parent 9e6bd1b commit d71995e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Software/CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
1313
# Software changelog
1414
===================================================================================
1515

16+
Version 5.11.2.10
17+
---------------
18+
July 27, 2016
19+
20+
* Extend custom distribution (#59)
21+
* Fix UI/settings bugs (#65)
22+
* Fix white balance ignored by luminosity threshold (#63)
23+
* Fix lights turning on themselves (#58)
24+
1625
Version 5.11.2.9
1726
---------------
1827
June 12, 2016

Software/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.11.2.9
1+
5.11.2.10

Software/src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
#pragma once
2828

2929
// Current version of Lightpack software
30-
#define VERSION_STR "5.11.2.9"
30+
#define VERSION_STR "5.11.2.10"
3131

3232
// Resource defines using in Lightpack.rc
33-
#define VER_FILEVERSION 5,11,2,9
33+
#define VER_FILEVERSION 5,11,2,10
3434
#define VER_PRODUCTVERSION VER_FILEVERSION
3535

3636
#define VER_FILEVERSION_STR VERSION_STR "\0"

0 commit comments

Comments
 (0)