Skip to content

Commit c751e0d

Browse files
committed
Bump to 5.11.2.22
1 parent 487c1b1 commit c751e0d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Software/CHANGELOG

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

16+
Version 5.11.2.22
17+
---------------
18+
March 15, 2020
19+
20+
* Support for UDP devices (WARLS, DRGB, DNRGB)
21+
* Pulseaudio Sound Visualizer
22+
* Tweaks for Adalight/Adrulight devices
23+
1624
Version 5.11.2.21
1725
---------------
1826
January 26, 2020

Software/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.11.2.21
1+
5.11.2.22

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

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

3636
#define VER_FILEVERSION_STR VERSION_STR "\0"

0 commit comments

Comments
 (0)