Skip to content

Commit

Permalink
Release 5.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
e-yes committed Sep 30, 2014
1 parent b645f9b commit 46ca39e
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 @@ -12,6 +12,20 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
# Software changelog
===================================================================================

Version 5.11.2
---------------
September 30, 2014

* Qt updated to 5.3.2
* Improved compatibility with Mac OS X 10.10 (Yosemite)
* Refactored and cleaned up code
* Wrong debug output formatting fixed
* Rework command line arguments parsing code
* Add missing dependency (linqt5serialport5) to deb-package information
* New command line option: "--switch-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_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"
#define MyAppVersion "5.11.1"
#define MyAppVersion "5.11.2"
#define MyAppPublisher "Woodenshark LLC"
#define MyAppURL "https://github.com/woodenshark/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.1"
#define VERSION_STR "5.11.2"

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

#define VER_FILEVERSION_STR VERSION_STR "\0"
Expand Down

0 comments on commit 46ca39e

Please sign in to comment.