From 99f3eadfefd391c3bc570ffabaeaad1b5ba5aef8 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Tue, 29 Nov 2011 13:43:53 +0000 Subject: [PATCH] change version number to 2.4 --- WinSupport/winHeap.rc | 8 ++++---- WinSupport/winIde.rc | 8 ++++---- WinSupport/winTime.rc | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/WinSupport/winHeap.rc b/WinSupport/winHeap.rc index 96a5183..0cea2b2 100644 --- a/WinSupport/winHeap.rc +++ b/WinSupport/winHeap.rc @@ -2,18 +2,18 @@ #define VERSION_RES_BIN_NAME "ShowHeapProfile.exe\0" #define VERSION_RES_BIN_DESCRIPTION "Clean Heap Profile Viewer\0" -#define VERSION_RES_STRING "2.3\0" +#define VERSION_RES_STRING "2.4\0" #define VERSION_RES_PRODUCT_NAME "ShowHeapProfile\0" #define VERSION_RES_COMPANY_NAME "Radboud University Nijmegen\0" -#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--2010 Radboud University Nijmegen.\0" +#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--2011 Radboud University Nijmegen.\0" // // Version resource // VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,3,0,0 -PRODUCTVERSION 2,3,0,0 +FILEVERSION 2,4,0,0 +PRODUCTVERSION 2,4,0,0 FILEFLAGSMASK 0x0030003FL FILEFLAGS VS_FF_PRERELEASE FILEOS VOS__WINDOWS32 diff --git a/WinSupport/winIde.rc b/WinSupport/winIde.rc index 9a0eaa3..ebdc4a8 100644 --- a/WinSupport/winIde.rc +++ b/WinSupport/winIde.rc @@ -2,10 +2,10 @@ #define VERSION_RES_BIN_NAME "CleanIde.exe\0" #define VERSION_RES_BIN_DESCRIPTION "Clean Integrated Development Environment\0" -#define VERSION_RES_STRING "2.3\0" +#define VERSION_RES_STRING "2.4\0" #define VERSION_RES_PRODUCT_NAME "CleanIde\0" #define VERSION_RES_COMPANY_NAME "Radboud University Nijmegen\0" -#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--2010 Radboud University Nijmegen.\0" +#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--2011 Radboud University Nijmegen.\0" 32512 ICON icons\clean_exe.ico 32513 ICON icons\clean_prj.ico @@ -30,8 +30,8 @@ // VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,3,0,0 -PRODUCTVERSION 2,3,0,0 +FILEVERSION 2,4,0,0 +PRODUCTVERSION 2,4,0,0 FILEFLAGSMASK 0x0030003FL FILEFLAGS VS_FF_PRERELEASE FILEOS VOS__WINDOWS32 diff --git a/WinSupport/winTime.rc b/WinSupport/winTime.rc index 1a3f11b..d63516e 100644 --- a/WinSupport/winTime.rc +++ b/WinSupport/winTime.rc @@ -2,18 +2,18 @@ #define VERSION_RES_BIN_NAME "ShowTimeProfile.exe\0" #define VERSION_RES_BIN_DESCRIPTION "Clean Time Profile Viewer\0" -#define VERSION_RES_STRING "2.3\0" +#define VERSION_RES_STRING "2.4\0" #define VERSION_RES_PRODUCT_NAME "ShowTimeProfile\0" #define VERSION_RES_COMPANY_NAME "Radboud University Nijmegen\0" -#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--2010 Radboud University Nijmegen.\0" +#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--2011 Radboud University Nijmegen.\0" // // Version resource // VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,3,0,0 -PRODUCTVERSION 2,3,0,0 +FILEVERSION 2,4,0,0 +PRODUCTVERSION 2,4,0,0 FILEFLAGSMASK 0x0030003FL FILEFLAGS VS_FF_PRERELEASE FILEOS VOS__WINDOWS32 -- GitLab