#!/bin/sh

(
. $root/var/sadm/softinfo/INST_RELEASE
echo $VERSION | sed -e 's/^2\.//' -e 's/^/5./'
)
