File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
// ///////////////////////////////////////////////////////////////////////////
2
2
// //
3
3
// NppSnippets - Code Snippets plugin for Notepad++ //
4
- // Copyright (C) 2010-2017 Frank Fesevur //
4
+ // Copyright (C) 2010-2019 Frank Fesevur //
5
5
// //
6
6
// This program is free software; you can redistribute it and/or modify //
7
7
// it under the terms of the GNU General Public License as published by //
21
21
22
22
#pragma once
23
23
24
- #define VERSION_NUMBER 1 ,4 ,0 ,0
25
- #define VERSION_NUMBER_STR " 1.4 .0"
26
- #define VERSION_NUMBER_WSTR L" 1.4 .0"
27
- #define COPYRIGHT_STR " Copyright 2010-2017 by Frank Fesevur"
24
+ #define VERSION_NUMBER 1 ,5 ,0 ,0
25
+ #define VERSION_NUMBER_STR " 1.5 .0"
26
+ #define VERSION_NUMBER_WSTR L" 1.5 .0"
27
+ #define COPYRIGHT_STR " Copyright 2010-2019 by Frank Fesevur"
28
28
29
29
#include " version_git.h"
30
30
You can’t perform that action at this time.
0 commit comments