head     1.1;
branch   ;
access   ;
symbols  ;
locks    bin:1.1; strict;
comment  @# @;


1.1
date     92.07.17.15.30.01;  author bin;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@version=3
release=2
revision=1.b
arg=${1-foo}
if [ $arg = "ID" ]
then
	echo "$version.$release.$revision"
else
	echo -n '-DVERSION="'$version.$release.$revision'"'
fi
@
