Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 2ada609

Browse files
change version
1 parent 125fc76 commit 2ada609

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
#include "get_option.h"
4444

4545
#define REGISTRY_SETTINGS_LOCATION "Software\\Prey\\lock-screen"
46-
#define VERSION_STRING "lock-screen " VERSION_NUMBER_STRING " by Prey (tm) (c) 2015"
4746

4847
#ifndef ERROR_ELEVATION_REQUIRED
4948
#define ERROR_ELEVATION_REQUIRED (740)

resources.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
#define IDI_KEYBOARD 102
2222
#define IDB_BACKGROUND 103
2323
#define IDB_BACKGROUND_ERROR 104
24-
#define VERSION_NUMBER_STRING "2.0.0.0"
25-
#define VERSION_NUMBER_COMMAS 2, 0, 0, 0
24+
#define VERSION_NUMBER_STRING "1.1.0.0"
25+
#define VERSION_NUMBER_COMMAS 1, 1, 0, 0
26+
#define VERSION_STRING "lock-screen " VERSION_NUMBER_STRING " by Fork Ltd. (c) 2015"
2627

2728
#endif // RESOURCES_H_INCLUDED

0 commit comments

Comments
 (0)