Skip to content

Commit

Permalink
Version bump 5.11.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
psieg committed Jun 4, 2016
1 parent 7066e54 commit 49ca702
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions Software/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
# Software changelog
===================================================================================

Version 5.11.2.8
---------------
June 5, 2016

* Grab widgets snap to each other (#40)
* Ability to toggle the power LED state (#27)
* Include update check on startup

Version 5.11.2.7
---------------
April 30, 2016
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.7
5.11.2.8
2 changes: 1 addition & 1 deletion Software/dist_windows/script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ OutputBaseFilename={#MyAppName} Setup {#MyAppVersion}
SetupIconFile=Prismatik.ico
Compression=lzma/Max
SolidCompression=true
AppCopyright=Woodenshark LLC
AppCopyright=
UninstallDisplayName={#MyAppName} {cm:RemoveOnly}
UninstallDisplayIcon={app}\Prismatik.exe
VersionInfoDescription=Lightpack Software
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 @@ -28,7 +28,7 @@ OutputBaseFilename={#MyAppName} Setup {#MyAppVersion}
SetupIconFile=Prismatik.ico
Compression=lzma/Max
SolidCompression=true
AppCopyright=Woodenshark LLC
AppCopyright=
UninstallDisplayName={#MyAppName} {cm:RemoveOnly}
UninstallDisplayIcon={app}\Prismatik.exe
VersionInfoDescription=Lightpack Software
Expand Down
6 changes: 3 additions & 3 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.7"
#define VERSION_STR "5.11.2.8"

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

#define VER_FILEVERSION_STR VERSION_STR "\0"
Expand All @@ -40,7 +40,7 @@
#define VER_COMPANYNAME_STR "Patrick Siegler"
#define VER_FILEDESCRIPTION_STR "Lightpack Software"
#define VER_INTERNALNAME_STR "Prismatik"
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) 2014 Woodenshark LLC"
#define VER_LEGALCOPYRIGHT_STR ""
#define VER_ORIGINALFILENAME_STR "Prismatik.exe"


Expand Down

0 comments on commit 49ca702

Please sign in to comment.