Skip to content

Commit 7733ae4

Browse files
committed
Version bump 5.11.2.5
1 parent 6506d33 commit 7733ae4

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

Software/CHANGELOG

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,20 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
1313
# Software changelog
1414
===================================================================================
1515

16+
Version 5.11.2.5
17+
---------------
18+
February 14, 2016
19+
20+
* Implement missing API get methods (#16)
21+
* Move DirectX Grabber to dedicated thread (#17)
22+
1623
Version 5.11.2.4
1724
---------------
1825
February 7, 2016
1926

2027
* Enable Desktop Duplication grabber to grab screensavers
2128
* Fix crash when launching configuration wizard
2229

23-
2430
Version 5.11.2.3
2531
---------------
2632
September 1, 2015

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.4
9+
VERSION=5.11.2.5
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.4"
5+
#define MyAppVersion "5.11.2.5"
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.4"
5+
#define MyAppVersion "5.11.2.5"
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.4"
30+
#define VERSION_STR "5.11.2.5"
3131

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

3636
#define VER_FILEVERSION_STR VERSION_STR "\0"

0 commit comments

Comments
 (0)