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
|
2012-02-03 21:45:11 +00:00
|
|
|
GNUSTEP_BACK_MINOR_VERSION=23
|
2013-08-09 14:21:15 +00:00
|
|
|
GNUSTEP_BACK_SUBMINOR_VERSION=1
|
2005-07-17 21:45:55 +00:00
|
|
|
# This numeric value should match above
|
2013-08-09 14:21:15 +00:00
|
|
|
VERSION_NUMBER=023.1
|
2005-07-17 21:45:55 +00:00
|
|
|
# This numeric value should match the compatible gui interface version
|
2012-02-03 21:45:11 +00:00
|
|
|
INTERFACE_VERSION_NUMBER=023
|
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
|
|
|
|
|