Skip to content

Commit

Permalink
Bump to 5.11.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
psieg committed May 29, 2020
1 parent 9a02f84 commit 715d893
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Software/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
# Software changelog
===================================================================================

Version 5.11.2.23
---------------
May 29, 2020

* Reduce CPU load using SSE/AVX
* Fixes to Zone Distributors
* Tweaks for MacOS grabbing
* Slowed gamma ramp memory leak (Windows)

Version 5.11.2.22
---------------
March 29, 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.22
5.11.2.23
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.22"
#define VERSION_STR "5.11.2.23"

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

#define VER_FILEVERSION_STR VERSION_STR "\0"
Expand Down

0 comments on commit 715d893

Please sign in to comment.