Skip to content

Commit 02e3978

Browse files
committed
Version and changelog are updated
1 parent f354bf1 commit 02e3978

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Software/CHANGELOG

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
1212
# Software changelog
1313
===================================================================================
1414

15+
Version 5.10.6
16+
---------------
17+
February 18, 2014
18+
19+
* Disable LEDs first on ZonePlacementPage.
20+
* Maximize default LEDs count in configuratin wizard.
21+
* Disable AppNap, introduced in OS X 10.9
22+
1523
Version 5.10.5
1624
---------------
1725
February 5, 2014

Software/dist_windows/script.iss

+1-1
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"
5-
#define MyAppVersion "5.10.4"
5+
#define MyAppVersion "5.10.6"
66
#define MyAppPublisher "Pixelkit LLC"
77
#define MyAppURL "https://github.com/Atarity/Lightpack"
88
#define MyAppExeName "Prismatik.exe"

Software/src/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#pragma once
2828

2929
// Current version of Lightpack software
30-
#define VERSION_STR "5.10.6t"
30+
#define VERSION_STR "5.10.6"
3131

3232
// Resource defines using in Lightpack.rc
3333
#define VER_FILEVERSION 5,10,6,0

0 commit comments

Comments
 (0)