libs-base/Version
Adam Fedor 182892a752 Correct copy-dist problems
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2530 72102866-910b-0410-8b05-ffd578937521
1997-10-20 13:54:56 +00:00

16 lines
399 B
Text

# This file is included in various Makefile's to get version information.
# The gcc version required to compile the library.
GCC_VERSION=2.7.2
# The version number of this release.
MAJOR_VERSION=0
MINOR_VERSION=2
SUBMINOR_VERSION=12
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
#FTP_MACHINE=ftp.gnu.org
#FTP_DIRECTORY=pub/gnu
FTP_MACHINE=alpha.gnu.org
FTP_DIRECTORY=gnu/gnustep