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
|
2007-04-15 04:37:34 +00:00
|
|
|
GNUSTEP_BACK_MINOR_VERSION=13
|
2008-03-19 03:09:12 +00:00
|
|
|
GNUSTEP_BACK_SUBMINOR_VERSION=2
|
2005-07-17 21:45:55 +00:00
|
|
|
# This numeric value should match above
|
2008-03-19 03:09:12 +00:00
|
|
|
VERSION_NUMBER=013.2
|
2005-07-17 21:45:55 +00:00
|
|
|
# This numeric value should match the compatible gui interface version
|
2007-04-15 04:37:34 +00:00
|
|
|
INTERFACE_VERSION_NUMBER=013
|
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
|
|
|
|
|