mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(FTP_DIRECTORY): Remove spaces around `=' so file can be read by sh.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1685 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9fd5ef9594
commit
b25a4c1198
1 changed files with 9 additions and 9 deletions
18
Version
18
Version
|
@ -1,16 +1,16 @@
|
|||
# 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
|
||||
GCC_VERSION=2.7.2
|
||||
|
||||
# The version number of this release.
|
||||
MAJOR_VERSION = 0
|
||||
MINOR_VERSION = 2
|
||||
SUBMINOR_VERSION = 7
|
||||
VERSION = $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
|
||||
MAJOR_VERSION=0
|
||||
MINOR_VERSION=2
|
||||
SUBMINOR_VERSION=7
|
||||
VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
|
||||
|
||||
#FTP_MACHINE = prep.ai.mit.edu
|
||||
#FTP_DIRECTORY = pub/gnu
|
||||
FTP_MACHINE = alpha.gnu.ai.mit.edu
|
||||
FTP_DIRECTORY = gnu
|
||||
#FTP_MACHINE=prep.ai.mit.edu
|
||||
#FTP_DIRECTORY=pub/gnu
|
||||
FTP_MACHINE=alpha.gnu.ai.mit.edu
|
||||
FTP_DIRECTORY=gnu
|
||||
|
||||
|
|
Loading…
Reference in a new issue