Added an include file that reports the current SimGear version.

This commit is contained in:
curt
2000-02-22 04:32:16 +00:00
parent fc80610663
commit 4416df8c39
3 changed files with 2 additions and 2 deletions

View File

@@ -1 +0,0 @@
@VERSION@

View File

@@ -226,10 +226,10 @@ AC_CHECK_FUNCS( ftime gettimeofday timegm memcpy bcopy mktime strstr rand \
AM_CONFIG_HEADER(src/include/config.h)
AC_OUTPUT( \
VERSION \
Makefile \
src/Makefile \
src/include/Makefile \
src/include/version.h \
src/bucket/Makefile \
src/debug/Makefile \
src/math/Makefile \

View File

@@ -20,6 +20,7 @@ ln -s ../include/compiler.h src/simgear/compiler.h
ln -s ../include/constants.h src/simgear/constants.h
ln -s ../include/fg_traits.hxx src/simgear/fg_traits.hxx
ln -s ../include/fg_zlib.h src/simgear/fg_zlib.h
ln -s ../include/version.h src/simgear/version.h
ln -s ../../bucket/newbucket.hxx src/simgear/bucket/newbucket.hxx