File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.0)
12
12
cmake_policy (VERSION 3.2)
13
13
cmake_policy (SET CMP0048 NEW)
14
14
15
- project (StayAwake VERSION 0.4.3 LANGUAGES CXX)
15
+ project (StayAwake VERSION 0.5.0 LANGUAGES CXX)
16
16
set (PROJECT_AUTHOR "Richard Liebscher" )
17
17
set (PROJECT_DESCRIPTION "status icon for blocking screensaver and standby in Windows" )
18
18
set (PROJECT_DESCRIPTION_DE "Statusymbol zur Blockieren von Screensaver und Standby in Windows" )
@@ -37,11 +37,8 @@ set(CMAKE_EXE_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE} -s")
37
37
# UNICODE
38
38
add_definitions (-DUNICODE -D_UNICODE)
39
39
40
- # Windows XP
41
- #add_definitions(-DNTDDI_VERSION=0x05010300 -D_WIN32_WINNT=0x0501 -DWINVER=0x0501 -D_WIN32_IE=0x0700)
42
-
43
- # Windows Vista
44
- add_definitions (-DNTDDI_VERSION=0x06000000 -D_WIN32_WINNT=0x0600 -DWINVER=0x0600 -D_WIN32_IE=0x0700)
40
+ # Windows 7
41
+ add_definitions (-DNTDDI_VERSION=0x06010000 -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D_WIN32_IE=0x0A00)
45
42
46
43
# Boost options
47
44
set (Boost_USE_STATIC_LIBS ON )
Original file line number Diff line number Diff line change 3
3
xmlns =" urn:schemas-microsoft-com:asm.v1"
4
4
manifestVersion =" 1.0" >
5
5
<assemblyIdentity
6
- version =" 0.4 .0.0"
6
+ version =" 0.5 .0.0"
7
7
type =" win32"
8
8
name =" R1tschY.Apps.StayAwake" />
9
9
<dependency >
You can’t perform that action at this time.
0 commit comments