9
0
Fork 0

Initial upload

This commit is contained in:
jjako 2002-12-16 13:33:51 +00:00
parent 52c2414f6c
commit 4ca20034bc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#
# Little shell script to grab current version number from configure.in
#
# $Id: version,v 1.1 2002/12/16 13:33:52 jjako Exp $
# $Id: version,v 1.1.1.1 2002/12/16 13:33:52 jjako Exp $
VER=`grep AM_INIT_AUTOMAKE configure.in | awk -F'[(),]' '{print $3}'`
if [ "$1" == "-VERSION" ]