Skip to content

Commit 25c8dfe

Browse files
committed
Bump to 5.11.2.30
1 parent 9151a1a commit 25c8dfe

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Software/CHANGELOG

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
1313
# Software changelog
1414
===================================================================================
1515

16+
Version 5.11.2.30
17+
---------------
18+
September 5, 2021
19+
20+
* Fix Lights not working after sleep (#331)
21+
1622
Version 5.11.2.29
1723
---------------
1824
July 21, 2021
@@ -28,7 +34,6 @@ May 20, 2021
2834
* Add multi-instance mode
2935
* Fix API regression in .27 (#450)
3036

31-
3237
Version 5.11.2.27
3338
---------------
3439
December 7, 2020

Software/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.11.2.29
1+
5.11.2.30

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.29"
30+
#define VERSION_STR "5.11.2.30"
3131

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

3636
#define VER_FILEVERSION_STR VERSION_STR "\0"

0 commit comments

Comments
 (0)