HPlogo HP Assembler Reference Manual: HP 9000 Computers > Chapter 4 Assembler Directives and Pseudo-Operations

.SHLIB_VERSION Directive

» 

Technical documentation

Complete book in PDF

 » Table of Contents

 » Index

The .SHLIB_VERSION directive marks the object file with a version string that the shared library understands.

Syntax

.SHLIB_VERSION " mm/yyyy"

Parameters

mm

The one- or two-digit number of the month.

yyyy

The four-digit number of the year.

Example

The following pseudo-operation places the date September 1994 in the object file.

        .SHLIB_VERSION "9/1994"
© 1998 Hewlett-Packard Development Company, L.P.