Skip to content

Commit

Permalink
Version bump 5.11.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
psieg committed Sep 1, 2015
1 parent 73effeb commit 4b1573f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions Software/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
# Software changelog
===================================================================================

Version 5.11.2.3
---------------
September 1, 2015

* Fix constant color shutting off (regression from #10)
* Fix DX admin message prematurely creating a message loop

Version 5.11.2.2
---------------
August 1, 2015
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.2
VERSION=5.11.2.3

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.2"
#define MyAppVersion "5.11.2.3"
#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.2"
#define MyAppVersion "5.11.2.3"
#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.2"
#define VERSION_STR "5.11.2.3"

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

#define VER_FILEVERSION_STR VERSION_STR "\0"
Expand Down

0 comments on commit 4b1573f

Please sign in to comment.