Skip to content

Commit

Permalink
1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lcferrum committed Aug 31, 2017
1 parent e6ba371 commit b75978d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.TXT
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2017-08-31 Lcferrum <lcferrum@yandex.com>

* Release 1.1
* Changed:
- Changed task naming scheme when scheduling task for current user (tasks created by version 1.0 can't be deleted by 1.1 - delete them manually via Task Scheduler)

2017-06-04 Lcferrum <lcferrum@yandex.com>

* Release 1.0
Expand Down
1 change: 0 additions & 1 deletion Suite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR, int nCmd
int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow)
{
#endif
MessageBox(NULL, SuiteExtRel::GetUserNameForTaskScheduler().c_str(), L"GetUserNameForTaskScheduler", MB_OK);
SuiteExterns::MakeInstance();
std::unique_ptr<SuiteSettings> Settings;

Expand Down
2 changes: 1 addition & 1 deletion SuiteVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define SNK_HS_TITLE L"HotkeySuite"

#define _HS_DEV_BUILD 1 //SET TO 0 ON RELEASE COMMIT
#define _HS_DEV_BUILD 0 //SET TO 0 ON RELEASE COMMIT

#define _HS_MAJ_VERSION 1 //UPDATE THIS DEFINE ON VERSION CHANGE
#define _HS_MIN_VERSION 1 //UPDATE THIS DEFINE ON VERSION CHANGE
Expand Down

0 comments on commit b75978d

Please sign in to comment.