Skip to content

Commit

Permalink
Bump to 5.11.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
psieg committed Jan 18, 2019
1 parent e8dc654 commit 5c30f1a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions Software/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
# Software changelog
===================================================================================

Version 5.11.2.18
---------------
January 18, 2019

* MacOS AV Grabber (#210)
* Sound Visualizer for MacOS
* Windows 10 Night Light and MacOS support (#177)
* Improved DDupl grabbing performance
* SessionChangeDetector for MacOS (#82)
* Detect display sleep on Windows (#147)
* Twin Peaks sound visualizer
* Grab timing fix (#120)
* Re-launching opens Settings Window (#142)

Version 5.11.2.17
---------------
April 26, 2018
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.17
5.11.2.18
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.17"
#define VERSION_STR "5.11.2.18"

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

#define VER_FILEVERSION_STR VERSION_STR "\0"
Expand Down

0 comments on commit 5c30f1a

Please sign in to comment.