From 95690df3edc7a806ee5bf1f9fa385d2d6d51af58 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Fri, 9 Feb 2018 15:16:55 +0800 Subject: [PATCH] Release 2.3.2 --- PluginManager.xml | 2 +- utils/VersionInfo.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PluginManager.xml b/PluginManager.xml index 768d374..bd9fe59 100644 --- a/PluginManager.xml +++ b/PluginManager.xml @@ -1,6 +1,6 @@ - 2.3.1.0 + 2.3.2.0 This tool designed as a Notepad++ plugin by [Yonggang Luo](luoyonggang(at)gmail.com), when\nit installed as a Notepad++ plugin or running NotepadStarter.exe in the Notepad++ app\ndirectory, it's will automatically replace the system default notepad.exe application with\nNotepad++ (Without need for removing anything from the windows system.). It's tested\nunder Windows 7, but Windows XP should also works. Yonggang Luo https://github.com/lygstate/NotepadStarter/ diff --git a/utils/VersionInfo.inc b/utils/VersionInfo.inc index faa33d9..fa0ee7a 100644 --- a/utils/VersionInfo.inc +++ b/utils/VersionInfo.inc @@ -15,7 +15,7 @@ #define NS_VERSION_MAJOR 2 #define NS_VERSION_MINOR 3 -#define NS_VERSION_MAINTENANCE 1 +#define NS_VERSION_MAINTENANCE 2 #define NS_VERSION_REVISION 0 #define _NS_STR_HELPER(x) L#x