Skip to content

Latest commit

 

History

History
50 lines (46 loc) · 1.12 KB

File metadata and controls

50 lines (46 loc) · 1.12 KB
title VERSION (C/C++) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
VERSION
dev_langs
C++
helpviewer_keywords
VERSION .def file statement
ms.assetid 3533b97c-5183-45f9-9ca8-4e63462b5d26
caps.latest.revision 7
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

VERSION (C/C++)

Tells LINK to put a number in the header of the .exe file or DLL.

VERSION major[.minor]  

Remarks

The major and minor arguments are decimal numbers in the range 0 through 65,535. The default is version 0.0.

An equivalent way to specify a version number is with the Version Information (/VERSION) option.

See Also

Rules for Module-Definition Statements