Skip to content

Commit

Permalink
Update version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ffes committed May 15, 2019
1 parent cb30b91 commit bf4f374
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Version.h
Original file line number Diff line number Diff line change
@@ -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 //
Expand All @@ -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"

Expand Down

0 comments on commit bf4f374

Please sign in to comment.