Skip to content

Commit 49ca702

Browse files
committed
Version bump 5.11.2.8
1 parent 7066e54 commit 49ca702

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

Software/CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
1313
# Software changelog
1414
===================================================================================
1515

16+
Version 5.11.2.8
17+
---------------
18+
June 5, 2016
19+
20+
* Grab widgets snap to each other (#40)
21+
* Ability to toggle the power LED state (#27)
22+
* Include update check on startup
23+
1624
Version 5.11.2.7
1725
---------------
1826
April 30, 2016

Software/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.11.2.7
1+
5.11.2.8

Software/dist_windows/script.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ OutputBaseFilename={#MyAppName} Setup {#MyAppVersion}
2828
SetupIconFile=Prismatik.ico
2929
Compression=lzma/Max
3030
SolidCompression=true
31-
AppCopyright=Woodenshark LLC
31+
AppCopyright=
3232
UninstallDisplayName={#MyAppName} {cm:RemoveOnly}
3333
UninstallDisplayIcon={app}\Prismatik.exe
3434
VersionInfoDescription=Lightpack Software

Software/dist_windows/script32.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ OutputBaseFilename={#MyAppName} Setup {#MyAppVersion}
2828
SetupIconFile=Prismatik.ico
2929
Compression=lzma/Max
3030
SolidCompression=true
31-
AppCopyright=Woodenshark LLC
31+
AppCopyright=
3232
UninstallDisplayName={#MyAppName} {cm:RemoveOnly}
3333
UninstallDisplayIcon={app}\Prismatik.exe
3434
VersionInfoDescription=Lightpack Software

Software/src/version.h

Lines changed: 3 additions & 3 deletions
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.2.7"
30+
#define VERSION_STR "5.11.2.8"
3131

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

3636
#define VER_FILEVERSION_STR VERSION_STR "\0"
@@ -40,7 +40,7 @@
4040
#define VER_COMPANYNAME_STR "Patrick Siegler"
4141
#define VER_FILEDESCRIPTION_STR "Lightpack Software"
4242
#define VER_INTERNALNAME_STR "Prismatik"
43-
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) 2014 Woodenshark LLC"
43+
#define VER_LEGALCOPYRIGHT_STR ""
4444
#define VER_ORIGINALFILENAME_STR "Prismatik.exe"
4545

4646

0 commit comments

Comments
 (0)