Skip to content

Commit

Permalink
Version bump 5.11.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
psieg committed Feb 22, 2016
1 parent 6cc67ce commit 9015752
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Software/CHANGELOG
Expand Up @@ -13,6 +13,12 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
# Software changelog
===================================================================================

Version 5.11.2.6
---------------
February 21, 2016

* Move DirectX scanning to dedicated thread (#17)

Version 5.11.2.5
---------------
February 14, 2016
Expand Down
2 changes: 1 addition & 1 deletion Software/dist_linux/build-deb.sh
Expand Up @@ -6,7 +6,7 @@
#

#TODO: get the version from a centralized point, eg. version.h
VERSION=5.11.2.5
VERSION=5.11.2.6

if [ -z $1 ];
then
Expand Down
2 changes: 1 addition & 1 deletion Software/dist_windows/script.iss
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.5"
#define MyAppVersion "5.11.2.6"
#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
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.5"
#define MyAppVersion "5.11.2.6"
#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
Expand Up @@ -27,10 +27,10 @@
#pragma once

// Current version of Lightpack software
#define VERSION_STR "5.11.2.5"
#define VERSION_STR "5.11.2.6"

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

#define VER_FILEVERSION_STR VERSION_STR "\0"
Expand Down

0 comments on commit 9015752

Please sign in to comment.