View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001219CMakepublic2004-09-30 07:372006-10-16 18:18
ReporterSri Kaushik Pavani 
Assigned ToBrad King 
PrioritylowSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001219: Adding version numbers to Dlls
DescriptionI believe that there is no way add a version resource type to the dll so that it would show up when I check the properties of the dll (in windows)? It would be nice to have this feature, as versioning the Dlls is the standard way to keep track of them.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0005444)
Brad King (manager)
2006-10-16 18:18

The following changes attach the "image version" property to windows .dll and .exe files. The major.minor version format is parsed from the VERSION target property. If the property is not given or cannot be parsed 0.0 is used (which was the old behavior when the flags were not given at all).

/cvsroot/CMake/CMake/Modules/Platform/CYGWIN.cmake,v <-- CYGWIN.cmake
new revision: 1.18; previous revision: 1.17
/cvsroot/CMake/CMake/Modules/Platform/Windows-cl.cmake,v <-- Windows-cl.cmake
new revision: 1.73; previous revision: 1.72
/cvsroot/CMake/CMake/Modules/Platform/Windows-gcc.cmake,v <-- Windows-gcc.cmake
new revision: 1.18; previous revision: 1.17
/cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v <-- cmLocalGenerator.cxx
new revision: 1.162; previous revision: 1.161
/cvsroot/CMake/CMake/Source/cmLocalGenerator.h,v <-- cmLocalGenerator.h
new revision: 1.69; previous revision: 1.68
/cvsroot/CMake/CMake/Source/cmLocalVisualStudio6Generator.cxx,v <-- cmLocalVisualStudio6Generator.cxx
new revision: 1.106; previous revision: 1.105
/cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v <-- cmLocalVisualStudio7Generator.cxx
new revision: 1.154; previous revision: 1.153
/cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.h,v <-- cmLocalVisualStudio7Generator.h
new revision: 1.27; previous revision: 1.26
/cvsroot/CMake/CMake/Source/cmMakefileExecutableTargetGenerator.cxx,v <-- cmMakefileExecutableTargetGenerator.cxx
new revision: 1.22; previous revision: 1.21
/cvsroot/CMake/CMake/Source/cmMakefileLibraryTargetGenerator.cxx,v <-- cmMakefileLibraryTargetGenerator.cxx
new revision: 1.28; previous revision: 1.27
/cvsroot/CMake/CMake/Source/cmSetTargetPropertiesCommand.h,v <-- cmSetTargetPropertiesCommand.h
new revision: 1.27; previous revision: 1.26
/cvsroot/CMake/CMake/Source/cmTarget.cxx,v <-- cmTarget.cxx
new revision: 1.106; previous revision: 1.105
/cvsroot/CMake/CMake/Source/cmTarget.h,v <-- cmTarget.h
new revision: 1.65; previous revision: 1.64
/cvsroot/CMake/CMake/Templates/DLLHeader.dsptemplate,v <-- DLLHeader.dsptemplate
new revision: 1.25; previous revision: 1.24
/cvsroot/CMake/CMake/Templates/EXEHeader.dsptemplate,v <-- EXEHeader.dsptemplate
new revision: 1.20; previous revision: 1.19

These changes will be in 2.4.4 or 2.4.5.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team