Skip to content

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bruderstein committed Oct 30, 2016
1 parent 36896d5 commit 16f5da3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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,2,0
PRODUCTVERSION 1,4,2,0
FILEVERSION 1,4,3,0
PRODUCTVERSION 1,4,3,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.2.0"
VALUE "FileVersion", "1.4.3.0"
VALUE "InternalName", "gpup"
VALUE "LegalCopyright", "Copyright (C) 2009-11, 2015-16 Dave Brotherstone"
VALUE "OriginalFilename", "gpup.exe"
VALUE "ProductName", " gpup"
VALUE "ProductVersion", "1.4.2.0"
VALUE "ProductVersion", "1.4.3.0"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 3 additions & 3 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.2.0"
#define PLUGINMANAGERVERSION_RESOURCE 1,4,2,0
#define PLUGINMANAGERVERSION_RESOURCE_STRING "1, 4, 2, 0"
#define PLUGINMANAGERVERSION_STRING "1.4.3.0"
#define PLUGINMANAGERVERSION_RESOURCE 1,4,3,0
#define PLUGINMANAGERVERSION_RESOURCE_STRING "1, 4, 3, 0"
#define PLUGINMANAGERVERSION_RELEASEDATE "October 2016"

#endif

0 comments on commit 16f5da3

Please sign in to comment.