Skip to content

Commit

Permalink
Bump to 5.11.2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
psieg committed Sep 5, 2021
1 parent 9151a1a commit 25c8dfe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion Software/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
# Software changelog
===================================================================================

Version 5.11.2.30
---------------
September 5, 2021

* Fix Lights not working after sleep (#331)

Version 5.11.2.29
---------------
July 21, 2021
Expand All @@ -28,7 +34,6 @@ May 20, 2021
* Add multi-instance mode
* Fix API regression in .27 (#450)


Version 5.11.2.27
---------------
December 7, 2020
Expand Down
2 changes: 1 addition & 1 deletion Software/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.11.2.29
5.11.2.30
4 changes: 2 additions & 2 deletions Software/src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
#pragma once

// Current version of Lightpack software
#define VERSION_STR "5.11.2.29"
#define VERSION_STR "5.11.2.30"

// Resource defines using in Lightpack.rc
#define VER_FILEVERSION 5,11,2,29
#define VER_FILEVERSION 5,11,2,30
#define VER_PRODUCTVERSION VER_FILEVERSION

#define VER_FILEVERSION_STR VERSION_STR "\0"
Expand Down

0 comments on commit 25c8dfe

Please sign in to comment.