Skip to content

Commit bf4f374

Browse files
committed
Update version for new release
1 parent cb30b91 commit bf4f374

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Version.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/////////////////////////////////////////////////////////////////////////////
22
// //
33
// NppSnippets - Code Snippets plugin for Notepad++ //
4-
// Copyright (C) 2010-2017 Frank Fesevur //
4+
// Copyright (C) 2010-2019 Frank Fesevur //
55
// //
66
// This program is free software; you can redistribute it and/or modify //
77
// it under the terms of the GNU General Public License as published by //
@@ -21,10 +21,10 @@
2121

2222
#pragma once
2323

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"
2828

2929
#include "version_git.h"
3030

0 commit comments

Comments
 (0)