2002-03-27 23:44:41 +00:00
|
|
|
# This file is included in various Makefile's to get version information.
|
|
|
|
# Copyright (C) 2002 Free Software Foundation
|
|
|
|
|
|
|
|
# The version number of this release.
|
|
|
|
GNUSTEP_BACK_MAJOR_VERSION=0
|
2008-06-15 04:38:49 +00:00
|
|
|
GNUSTEP_BACK_MINOR_VERSION=14
|
|
|
|
GNUSTEP_BACK_SUBMINOR_VERSION=0
|
2005-07-17 21:45:55 +00:00
|
|
|
# This numeric value should match above
|
2008-06-15 04:38:49 +00:00
|
|
|
VERSION_NUMBER=014.0
|
2005-07-17 21:45:55 +00:00
|
|
|
# This numeric value should match the compatible gui interface version
|
2008-06-15 04:38:49 +00:00
|
|
|
INTERFACE_VERSION_NUMBER=014
|
2005-07-17 21:45:55 +00:00
|
|
|
|
2002-03-27 23:44:41 +00:00
|
|
|
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
|
|
|
|
VERSION=${GNUSTEP_BACK_VERSION}
|
|
|
|
|
|
|
|
GNUSTEP_BACK_FTP_MACHINE=ftp.gnustep.org
|
|
|
|
GNUSTEP_BACK_FTP_DIRECTORY=pub/gnustep/core
|
|
|
|
|