File: Version

package info (click to toggle)
gstep-extensions 0.8.5.990905-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 592 kB
  • ctags: 429
  • sloc: objc: 2,819; sh: 1,836; ansic: 860; makefile: 209; lex: 194
file content (38 lines) | stat: -rw-r--r-- 1,431 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
#  Version
#
#  This file is included in various Makefile's to get version information.
#  Compatible with Bourne shell syntax, so it can included there too.
#  
#  Copyright (C) 1997 NET-Community
#
#  Written by:	Scott Christley <scottc@net-community.com>
#
#  This file is part of the Foundation Extensions Library.
#
#  Permission to use, copy, modify, and distribute this software and its
#  documentation for any purpose and without fee is hereby granted, provided
#  that the above copyright notice appear in all copies and that both that
#  copyright notice and this permission notice appear in supporting
#  documentation.
#
#  We disclaim all warranties with regard to this software, including all
#  implied warranties of merchantability and fitness, in no event shall
#  we be liable for any special, indirect or consequential damages or any
#  damages whatsoever resulting from loss of use, data or profits, whether in
#  an action of contract, negligence or other tortious action, arising out of
#  or in connection with the use or performance of this software.
#

# The gcc version required to compile the library.
GCC_VERSION=2.8.0

# The version number of this release.
MAJOR_VERSION=0
MINOR_VERSION=8
SUBMINOR_VERSION=5
EXTENSIONS_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION} 
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}

FTP_MACHINE=ftp.gnustep.org
FTP_DIRECTORY=pub/gnustep