SETPEUSERVERSION

From RAD Studio
Jump to: navigation, search

Go Up to Delphi Compiler Directives (List) Index


Type

Flag

Syntax

{$SETPEUSERVERSION <major>.<minor>}

Scope

Local

Specifies the version number of your application. For a list of Windows subsystem version numbers, see /SUBSYSTEM (Specify Subsystem), MSDN Documentation.

You can alternatively use the "Set user version fields in PE header as <major>.<minor>" option in the Linking project options page to configure the version number of your application.

See Also