Skip to content

Commit

Permalink
Prepare release 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnedev committed Feb 27, 2024
1 parent 00664f1 commit 836745a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
What's new in v5.1.2
=======================
- Update Notepad++ API (>= Notepad++ v8.6.5 but it is compatible with older version as well)
- Update Ctags to 6.1.0 and Global GTags binaries to 6.6.9
- Several small fixes and improvements


What's new in v5.1.1
=======================
- Fix issue with swapped mouse buttons
Expand Down
2 changes: 1 addition & 1 deletion src/ResultWin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* \author Pavel Nedev <[email protected]>
*
* \section COPYRIGHT
* Copyright(C) 2014-2022 Pavel Nedev
* Copyright(C) 2014-2024 Pavel Nedev
*
* \section LICENSE
* This program is free software; you can redistribute it and/or modify it
Expand Down
2 changes: 1 addition & 1 deletion src/ResultWin.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* \author Pavel Nedev <[email protected]>
*
* \section COPYRIGHT
* Copyright(C) 2014-2022 Pavel Nedev
* Copyright(C) 2014-2024 Pavel Nedev
*
* \section LICENSE
* This program is free software; you can redistribute it and/or modify it
Expand Down
6 changes: 3 additions & 3 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

#define PLUGIN_NAME _T("NppGTags")

#define VER_VERSION 5,1,1,0
#define VER_VERSION_STR _T("5.1.1\0")
#define VER_VERSION 5,1,2,0
#define VER_VERSION_STR _T("5.1.2\0")

#define VER_DESCRIPTION _T("GTags plugin for Notepad++\0")

#define VER_AUTHOR _T("Pavel Nedev\0")
#define VER_COPYRIGHT _T("Copyright (C) 2014-2022 Pavel Nedev\0")
#define VER_COPYRIGHT _T("Copyright (C) 2014-2024 Pavel Nedev\0")
#define VER_URL _T("https://github.com/pnedev/nppgtags\0")
#define VER_USER_GUIDE _T("https://github.com/pnedev/nppgtags/blob/master/README.md\0")

Expand Down

0 comments on commit 836745a

Please sign in to comment.