Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-ide
Commits
99f3eadf
Commit
99f3eadf
authored
Nov 29, 2011
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change version number to 2.4
parent
efd01d95
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
WinSupport/winHeap.rc
WinSupport/winHeap.rc
+4
-4
WinSupport/winIde.rc
WinSupport/winIde.rc
+4
-4
WinSupport/winTime.rc
WinSupport/winTime.rc
+4
-4
No files found.
WinSupport/winHeap.rc
View file @
99f3eadf
...
@@ -2,18 +2,18 @@
...
@@ -2,18 +2,18 @@
#define VERSION_RES_BIN_NAME "ShowHeapProfile.exe\0"
#define VERSION_RES_BIN_NAME "ShowHeapProfile.exe\0"
#define VERSION_RES_BIN_DESCRIPTION "Clean Heap Profile Viewer\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_PRODUCT_NAME "ShowHeapProfile\0"
#define VERSION_RES_COMPANY_NAME "Radboud University Nijmegen\0"
#define VERSION_RES_COMPANY_NAME "Radboud University Nijmegen\0"
#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--201
0
Radboud University Nijmegen.\0"
#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--201
1
Radboud University Nijmegen.\0"
//
//
// Version resource
// Version resource
//
//
VS_VERSION_INFO VERSIONINFO
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,
3
,0,0
FILEVERSION 2,
4
,0,0
PRODUCTVERSION 2,
3
,0,0
PRODUCTVERSION 2,
4
,0,0
FILEFLAGSMASK 0x0030003FL
FILEFLAGSMASK 0x0030003FL
FILEFLAGS VS_FF_PRERELEASE
FILEFLAGS VS_FF_PRERELEASE
FILEOS VOS__WINDOWS32
FILEOS VOS__WINDOWS32
...
...
WinSupport/winIde.rc
View file @
99f3eadf
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
#define VERSION_RES_BIN_NAME "CleanIde.exe\0"
#define VERSION_RES_BIN_NAME "CleanIde.exe\0"
#define VERSION_RES_BIN_DESCRIPTION "Clean Integrated Development Environment\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_PRODUCT_NAME "CleanIde\0"
#define VERSION_RES_COMPANY_NAME "Radboud University Nijmegen\0"
#define VERSION_RES_COMPANY_NAME "Radboud University Nijmegen\0"
#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--201
0
Radboud University Nijmegen.\0"
#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--201
1
Radboud University Nijmegen.\0"
32512 ICON icons\clean_exe.ico
32512 ICON icons\clean_exe.ico
32513 ICON icons\clean_prj.ico
32513 ICON icons\clean_prj.ico
...
@@ -30,8 +30,8 @@
...
@@ -30,8 +30,8 @@
//
//
VS_VERSION_INFO VERSIONINFO
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,
3
,0,0
FILEVERSION 2,
4
,0,0
PRODUCTVERSION 2,
3
,0,0
PRODUCTVERSION 2,
4
,0,0
FILEFLAGSMASK 0x0030003FL
FILEFLAGSMASK 0x0030003FL
FILEFLAGS VS_FF_PRERELEASE
FILEFLAGS VS_FF_PRERELEASE
FILEOS VOS__WINDOWS32
FILEOS VOS__WINDOWS32
...
...
WinSupport/winTime.rc
View file @
99f3eadf
...
@@ -2,18 +2,18 @@
...
@@ -2,18 +2,18 @@
#define VERSION_RES_BIN_NAME "ShowTimeProfile.exe\0"
#define VERSION_RES_BIN_NAME "ShowTimeProfile.exe\0"
#define VERSION_RES_BIN_DESCRIPTION "Clean Time Profile Viewer\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_PRODUCT_NAME "ShowTimeProfile\0"
#define VERSION_RES_COMPANY_NAME "Radboud University Nijmegen\0"
#define VERSION_RES_COMPANY_NAME "Radboud University Nijmegen\0"
#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--201
0
Radboud University Nijmegen.\0"
#define VERSION_RES_COPYRIGHT "Copyright (C) 1987--201
1
Radboud University Nijmegen.\0"
//
//
// Version resource
// Version resource
//
//
VS_VERSION_INFO VERSIONINFO
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,
3
,0,0
FILEVERSION 2,
4
,0,0
PRODUCTVERSION 2,
3
,0,0
PRODUCTVERSION 2,
4
,0,0
FILEFLAGSMASK 0x0030003FL
FILEFLAGSMASK 0x0030003FL
FILEFLAGS VS_FF_PRERELEASE
FILEFLAGS VS_FF_PRERELEASE
FILEOS VOS__WINDOWS32
FILEOS VOS__WINDOWS32
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment