Skip to content

Commit

Permalink
v1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bruderstein committed Apr 12, 2017
1 parent 7069898 commit b4e36e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.4.7.{build}
version: 1.4.8.{build}
image: Visual Studio 2015


Expand Down
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,7,0
PRODUCTVERSION 1,4,7,0
FILEVERSION 1,4,8,0
PRODUCTVERSION 1,4,8,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.7.0"
VALUE "FileVersion", "1.4.8.0"
VALUE "InternalName", "gpup"
VALUE "LegalCopyright", "Copyright (C) 2009-11, 2015-17 Dave Brotherstone"
VALUE "OriginalFilename", "gpup.exe"
VALUE "ProductName", " gpup"
VALUE "ProductVersion", "1.4.7.0"
VALUE "ProductVersion", "1.4.8.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.7.0"
#define PLUGINMANAGERVERSION_RESOURCE 1,4,7,0
#define PLUGINMANAGERVERSION_RESOURCE_STRING "1, 4, 7, 0"
#define PLUGINMANAGERVERSION_STRING "1.4.8.0"
#define PLUGINMANAGERVERSION_RESOURCE 1,4,8,0
#define PLUGINMANAGERVERSION_RESOURCE_STRING "1, 4, 8, 0"
#define PLUGINMANAGERVERSION_RELEASEDATE "April 2017"

#endif

0 comments on commit b4e36e9

Please sign in to comment.