Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bruderstein committed Oct 9, 2016
1 parent 91f929d commit 041bed0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions gpup/src/gpup.rc
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,0,0
PRODUCTVERSION 1,4,0,0
FILEVERSION 1,4,1,0
PRODUCTVERSION 1,4,1,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -114,12 +114,12 @@ BEGIN
BEGIN
VALUE "Comments", "A generic(ish) plugin updater, built initially for Notepad++"
VALUE "FileDescription", "gpup"
VALUE "FileVersion", "1.4.0.0"
VALUE "FileVersion", "1.4.1.0"
VALUE "InternalName", "gpup"
VALUE "LegalCopyright", "Copyright (C) 2009-11, 2015 Dave Brotherstone"
VALUE "LegalCopyright", "Copyright (C) 2009-11, 2015-16 Dave Brotherstone"
VALUE "OriginalFilename", "gpup.exe"
VALUE "ProductName", " gpup"
VALUE "ProductVersion", "1.4.0.0"
VALUE "ProductVersion", "1.4.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions pluginManager/src/PluginManagerVersion.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#ifndef _PLUGINMANAGERVERSION_H
#define _PLUGINMANAGERVERSION_H

#define PLUGINMANAGERVERSION_STRING "1.4.0.0"
#define PLUGINMANAGERVERSION_RESOURCE 1,4,0,0
#define PLUGINMANAGERVERSION_RESOURCE_STRING "1, 4, 0, 0"
#define PLUGINMANAGERVERSION_RELEASEDATE "July 2015"
#define PLUGINMANAGERVERSION_STRING "1.4.1.0"
#define PLUGINMANAGERVERSION_RESOURCE 1,4,1,0
#define PLUGINMANAGERVERSION_RESOURCE_STRING "1, 4, 1, 0"
#define PLUGINMANAGERVERSION_RELEASEDATE "October 2016"

#endif

0 comments on commit 041bed0

Please sign in to comment.