Skip to content

Commit

Permalink
Version bump 5.11.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
psieg committed Aug 1, 2015
1 parent 4aba6ea commit 632e85c
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
19 changes: 18 additions & 1 deletion Software/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
===================================================================================
# Software changelog
===================================================================================

Version 5.11.2.2
---------------
August 1, 2015

* Removed unnecessary dependencies from installer (#8)
* Keep sending updates to the device even if no grabbing happened (#10)
* Fixed crash when deleting profile (woodenshark#42)
* Desktop Duplication is now the default grabber
* Live DX enable/disable fix

Version 5.11.2.1
---------------
July 23, 2015

* Windows 8 Desktop Duplication API Grabber
* x64 build with improved DirectX grabbing
* Qt 5.5

Version 5.11.2
---------------
Expand All @@ -25,7 +43,6 @@ September 30, 2014
* New command line option: "--set-profile <profile_name>" for switching profile from external programs/scripts
* New command line option "--debug <level>" changes verbosity level of debug output. Valid values are: high, mid, low, zero. --debug-high and similar command line options from now on are obsolete and will be removed in future versions.


Version 5.11.1
---------------
July 4, 2014
Expand Down
2 changes: 1 addition & 1 deletion Software/dist_linux/build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

#TODO: get the version from a centralized point, eg. version.h
VERSION=5.11.2.1
VERSION=5.11.2.2

if [ -z $1 ];
then
Expand Down
2 changes: 1 addition & 1 deletion Software/dist_windows/script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Prismatik (unofficial) 64bit"
#define MyAppVersion "5.11.2.1"
#define MyAppVersion "5.11.2.2"
#define MyAppPublisher "Patrick Siegler"
#define MyAppURL "https://github.com/psieg/Lightpack"
#define MyAppExeName "Prismatik.exe"
Expand Down
2 changes: 1 addition & 1 deletion Software/dist_windows/script32.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Prismatik (unofficial) 32bit"
#define MyAppVersion "5.11.2.1"
#define MyAppVersion "5.11.2.2"
#define MyAppPublisher "Patrick Siegler"
#define MyAppURL "https://github.com/psieg/Lightpack"
#define MyAppExeName "Prismatik.exe"
Expand Down
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.1"
#define VERSION_STR "5.11.2.2"

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

#define VER_FILEVERSION_STR VERSION_STR "\0"
Expand Down

0 comments on commit 632e85c

Please sign in to comment.