#!/bin/sh
#
# Copyright © 2004 Keith Packard and Bart Massey.
# All Rights Reserved.  See the file COPYING in this directory
# for licensing information.
#
@AWK@ '/^version/ { print $2; exit; }' $1


syntax highlighted by Code2HTML, v. 0.9.1