Skip to content

Commit 9015752

Browse files
committed
Version bump 5.11.2.6
1 parent 6cc67ce commit 9015752

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

Software/CHANGELOG

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

16+
Version 5.11.2.6
17+
---------------
18+
February 21, 2016
19+
20+
* Move DirectX scanning to dedicated thread (#17)
21+
1622
Version 5.11.2.5
1723
---------------
1824
February 14, 2016

Software/dist_linux/build-deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
#TODO: get the version from a centralized point, eg. version.h
9-
VERSION=5.11.2.5
9+
VERSION=5.11.2.6
1010

1111
if [ -z $1 ];
1212
then

Software/dist_windows/script.iss

Lines changed: 1 addition & 1 deletion
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 (unofficial) 64bit"
5-
#define MyAppVersion "5.11.2.5"
5+
#define MyAppVersion "5.11.2.6"
66
#define MyAppPublisher "Patrick Siegler"
77
#define MyAppURL "https://github.com/psieg/Lightpack"
88
#define MyAppExeName "Prismatik.exe"

Software/dist_windows/script32.iss

Lines changed: 1 addition & 1 deletion
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 (unofficial) 32bit"
5-
#define MyAppVersion "5.11.2.5"
5+
#define MyAppVersion "5.11.2.6"
66
#define MyAppPublisher "Patrick Siegler"
77
#define MyAppURL "https://github.com/psieg/Lightpack"
88
#define MyAppExeName "Prismatik.exe"

Software/src/version.h

Lines changed: 2 additions & 2 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.5"
30+
#define VERSION_STR "5.11.2.6"
3131

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

3636
#define VER_FILEVERSION_STR VERSION_STR "\0"

0 commit comments

Comments
 (0)