Skip to content

Commit 46ca39e

Browse files
committed
Release 5.11.2
1 parent b645f9b commit 46ca39e

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

Software/CHANGELOG

+14
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
1212
# Software changelog
1313
===================================================================================
1414

15+
Version 5.11.2
16+
---------------
17+
September 30, 2014
18+
19+
* Qt updated to 5.3.2
20+
* Improved compatibility with Mac OS X 10.10 (Yosemite)
21+
* Refactored and cleaned up code
22+
* Wrong debug output formatting fixed
23+
* Rework command line arguments parsing code
24+
* Add missing dependency (linqt5serialport5) to deb-package information
25+
* New command line option: "--switch-profile <profile_name>" for switching profile from external programs/scripts
26+
* 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.
27+
28+
1529
Version 5.11.1
1630
---------------
1731
July 4, 2014

Software/dist_windows/script.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Prismatik"
5-
#define MyAppVersion "5.11.1"
5+
#define MyAppVersion "5.11.2"
66
#define MyAppPublisher "Woodenshark LLC"
77
#define MyAppURL "https://github.com/woodenshark/Lightpack"
88
#define MyAppExeName "Prismatik.exe"

Software/src/version.h

+2-2
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.1"
30+
#define VERSION_STR "5.11.2"
3131

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

3636
#define VER_FILEVERSION_STR VERSION_STR "\0"

0 commit comments

Comments
 (0)