Skip to content

Commit f190fd6

Browse files
committed
Version bump 5.11.2.4
1 parent 366ba35 commit f190fd6

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

Software/CHANGELOG

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,21 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
66
_/ _/
77
_/_/ _/
88

9-
lightpack.googlecode.com
9+
github.com/psieg/Lightpack
10+
lightpack.tv
1011

1112
===================================================================================
1213
# Software changelog
1314
===================================================================================
1415

16+
Version 5.11.2.4
17+
---------------
18+
February 7, 2016
19+
20+
* Enable Desktop Duplication grabber to grab screensavers
21+
* Fix crash when launching configuration wizard
22+
23+
1524
Version 5.11.2.3
1625
---------------
1726
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.3
9+
VERSION=5.11.2.4
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.3"
5+
#define MyAppVersion "5.11.2.4"
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.3"
5+
#define MyAppVersion "5.11.2.4"
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.3"
30+
#define VERSION_STR "5.11.2.4"
3131

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

3636
#define VER_FILEVERSION_STR VERSION_STR "\0"

0 commit comments

Comments
 (0)