diff options
Diffstat (limited to 'src/Setup')
-rw-r--r-- | src/Setup/Portable.rc | 4 | ||||
-rw-r--r-- | src/Setup/Setup.rc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Setup/Portable.rc b/src/Setup/Portable.rc index 02e0685d..7a6bdaea 100644 --- a/src/Setup/Portable.rc +++ b/src/Setup/Portable.rc @@ -26,8 +26,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,24,25,2 - PRODUCTVERSION 1,24,25,2 + FILEVERSION 1,24,25,3 + PRODUCTVERSION 1,24,25,3 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L diff --git a/src/Setup/Setup.rc b/src/Setup/Setup.rc index ccf175a5..ca929419 100644 --- a/src/Setup/Setup.rc +++ b/src/Setup/Setup.rc @@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,24,25,2 - PRODUCTVERSION 1,24,25,2 + FILEVERSION 1,24,25,3 + PRODUCTVERSION 1,24,25,3 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L |