File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ _/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/
1313# Software changelog
1414===================================================================================
1515
16+ Version 5.11.2.13
17+ ---------------
18+ June 17, 2017
19+
20+ * Support F.lux and similar programs (#87)
21+ * Add API sound commands (#112)
22+
1623Version 5.11.2.12
1724---------------
1825April 13, 2017
Original file line number Diff line number Diff line change 1- 5.11.2.12
1+ 5.11.2.13
Original file line number Diff line number Diff line change 2727#pragma once
2828
2929// Current version of Lightpack software
30- #define VERSION_STR "5.11.2.12 "
30+ #define VERSION_STR "5.11.2.13 "
3131
3232// Resource defines using in Lightpack.rc
33- #define VER_FILEVERSION 5,11,2,12
33+ #define VER_FILEVERSION 5,11,2,13
3434#define VER_PRODUCTVERSION VER_FILEVERSION
3535
3636#define VER_FILEVERSION_STR VERSION_STR "\0"
4646
4747// Prismatik API version. When breaking compatibilty to Lightpack API v1.4,
4848// change ApiServer::ApiVersion and the API help accordingly!
49- #define API_VERSION "2.0 "
49+ #define API_VERSION "2.1 "
You can’t perform that action at this time.
0 commit comments