Skip to content

Commit

Permalink
Move to version 17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clechasseur committed Sep 8, 2019
1 parent 8a68259 commit d123b4f
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 29 deletions.
18 changes: 9 additions & 9 deletions Installer/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
#define MyConfiguration "Release"
#ifdef PER_USER
#define MyAppName "Path Copy Copy (Portable)"
#define MyAppVersion "17.0"
#define MyAppFullVersion "17.0"
#define MyAppVerName "Path Copy Copy (Portable) 17.0"
#define MyAppVersion "17.0.1"
#define MyAppFullVersion "17.0.1"
#define MyAppVerName "Path Copy Copy (Portable) 17.0.1"
#else
#define MyAppName "Path Copy Copy"
#define MyAppVersion "17.0"
#define MyAppFullVersion "17.0"
#define MyAppVerName "Path Copy Copy 17.0"
#define MyAppVersion "17.0.1"
#define MyAppFullVersion "17.0.1"
#define MyAppVerName "Path Copy Copy 17.0.1"
#endif
#else
#define MyConfiguration "Debug"
#define MyAppName "Path Copy Copy DEBUG"
#define MyAppVersion "17.0"
#define MyAppFullVersion "17.0"
#define MyAppVerName "Path Copy Copy DEBUG 17.0"
#define MyAppVersion "17.0.1"
#define MyAppFullVersion "17.0.1"
#define MyAppVerName "Path Copy Copy DEBUG 17.0.1"
#endif
#define MyAppPublisher "Charles Lechasseur"
#define MyAppURL "https://pathcopycopy.github.io/"
Expand Down
8 changes: 4 additions & 4 deletions PathCopyCopy/rsrc/PathCopyCopy.rc
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 17,0,0,0
PRODUCTVERSION 17,0,0,0
FILEVERSION 17,0,1,0
PRODUCTVERSION 17,0,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -74,12 +74,12 @@ BEGIN
BLOCK "040904e4"
BEGIN
VALUE "FileDescription", "PathCopyCopy Shell Contextual Menu Extension"
VALUE "FileVersion", "17.0.0.0"
VALUE "FileVersion", "17.0.1.0"
VALUE "InternalName", "PathCopyCopy.dll"
VALUE "LegalCopyright", "(c) 2008-2019, Charles Lechasseur. See LICENSE.TXT for details."
VALUE "OriginalFilename", "PathCopyCopy.dll"
VALUE "ProductName", "PathCopyCopy"
VALUE "ProductVersion", "17.0.0.0"
VALUE "ProductVersion", "17.0.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
Binary file not shown.
8 changes: 4 additions & 4 deletions PathCopyCopyRegexTester/rsrc/PathCopyCopyRegexTester.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 17,0,0,0
PRODUCTVERSION 17,0,0,0
FILEVERSION 17,0,1,0
PRODUCTVERSION 17,0,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BLOCK "040904e4"
BEGIN
VALUE "FileDescription", "PathCopyCopy Regular Expression Testing Tool"
VALUE "FileVersion", "17.0.0.0"
VALUE "FileVersion", "17.0.1.0"
VALUE "InternalName", "PathCopyCopyRegexTester.exe"
VALUE "LegalCopyright", "(c) 2012-2019, Charles Lechasseur. See LICENSE.TXT for details."
VALUE "OriginalFilename", "PathCopyCopyRegexTester.exe"
VALUE "ProductName", "PathCopyCopy"
VALUE "ProductVersion", "17.0.0.0"
VALUE "ProductVersion", "17.0.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
4 changes: 2 additions & 2 deletions PathCopyCopySettings/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("17.0.0.0")]
[assembly: AssemblyFileVersion("17.0.0.0")]
[assembly: AssemblyVersion("17.0.1.0")]
[assembly: AssemblyFileVersion("17.0.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("17.0.0.0")]
[assembly: AssemblyFileVersion("17.0.0.0")]
[assembly: AssemblyVersion("17.0.1.0")]
[assembly: AssemblyFileVersion("17.0.1.0")]
8 changes: 4 additions & 4 deletions Samples/SampleCOMPluginCpp/SampleCOMPlugin/SampleCOMPlugin.rc
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 17,0,0,0
PRODUCTVERSION 17,0,0,0
FILEVERSION 17,0,1,0
PRODUCTVERSION 17,0,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -74,12 +74,12 @@ BEGIN
BLOCK "040904e4"
BEGIN
VALUE "FileDescription", "Sample Path Copy Copy C++ COM Plugin"
VALUE "FileVersion", "17.0.0.0"
VALUE "FileVersion", "17.0.1.0"
VALUE "InternalName", "SampleCOMPlugin.dll"
VALUE "LegalCopyright", "(c) 2010-2019, Charles Lechasseur. See LICENSE.TXT for details."
VALUE "OriginalFilename", "SampleCOMPlugin.dll"
VALUE "ProductName", "Sample Path Copy Copy C++ COM Plugin"
VALUE "ProductVersion", "17.0.0.0"
VALUE "ProductVersion", "17.0.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions Testing/TestPlugins/rsrc/TestPlugins.rc
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 17,0,0,0
PRODUCTVERSION 17,0,0,0
FILEVERSION 17,0,1,0
PRODUCTVERSION 17,0,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -74,12 +74,12 @@ BEGIN
BLOCK "040904e4"
BEGIN
VALUE "FileDescription", "PathCopyCopy Test Plugins Module"
VALUE "FileVersion", "17.0.0.0"
VALUE "FileVersion", "17.0.1.0"
VALUE "InternalName", "TestPlugins.dll"
VALUE "LegalCopyright", "(c) 2011-2019, Charles Lechasseur. See LICENSE.TXT for details."
VALUE "OriginalFilename", "TestPlugins.dll"
VALUE "ProductName", "TestPlugins"
VALUE "ProductVersion", "17.0.0.0"
VALUE "ProductVersion", "17.0.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit d123b4f

Please sign in to comment.