From bf4f3742119782eb8f9fca681a5d395f3df83df0 Mon Sep 17 00:00:00 2001 From: Frank Fesevur Date: Wed, 15 May 2019 20:31:43 +0200 Subject: [PATCH] Update version for new release --- Version.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Version.h b/Version.h index b728ec8..c6aa1e6 100755 --- a/Version.h +++ b/Version.h @@ -1,7 +1,7 @@ ///////////////////////////////////////////////////////////////////////////// // // // NppSnippets - Code Snippets plugin for Notepad++ // -// Copyright (C) 2010-2017 Frank Fesevur // +// Copyright (C) 2010-2019 Frank Fesevur // // // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // @@ -21,10 +21,10 @@ #pragma once -#define VERSION_NUMBER 1,4,0,0 -#define VERSION_NUMBER_STR "1.4.0" -#define VERSION_NUMBER_WSTR L"1.4.0" -#define COPYRIGHT_STR "Copyright 2010-2017 by Frank Fesevur" +#define VERSION_NUMBER 1,5,0,0 +#define VERSION_NUMBER_STR "1.5.0" +#define VERSION_NUMBER_WSTR L"1.5.0" +#define COPYRIGHT_STR "Copyright 2010-2019 by Frank Fesevur" #include "version_git.h"