Reference Guide

Chapter 4 105
Assembler Directives and Pseudo-Operations
.SHLIB_VERSION Directive
.SHLIB_VERSION Directive
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"