mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-20 06:51:08 +00:00
* ChangeLog * config/pathtls.m4 * config/pathxml.m4 * configure * configure.ac * Documentation/ReleaseNotes.gsdoc * Headers/Foundation/NSCalendar.h * Headers/Foundation/NSDate.h * Headers/Foundation/NSException.h * Headers/Foundation/NSNetServices.h * Headers/Foundation/NSString.h * Headers/Foundation/NSXMLNode.h * Headers/GNUstepBase/config.h.in * NSTimeZones/NSTimeZones.tar * Source/GSFFIInvocation.m * Source/GSPrivate.h * Source/GSSocketStream.m * Source/GSString.m * Source/NSAffineTransform.m * Source/NSBundle.m * Source/NSConnection.m * Source/NSFileManager.m * Source/NSHost.m * Source/NSInvocation.m * Source/NSJSONSerialization.m * Source/NSKeyValueCoding.m * Source/NSNotificationCenter.m * Source/NSNumberFormatter.m * Source/NSURLRequest.m * Source/NSUserDefaults.m * Source/NSXMLNode.m: Corrected infinite loop. Return an NSXMLNode for NSXMLInvalidKind per Cocoa documentation. * Tests/base/NSJSONSerialization/json.m * Tests/base/NSObject/initialize.m * Tests/base/NSString/NSString_tests.h * Tests/base/NSURLRequest/basic.m * Version: Merge with trunk. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/nsxml_using_libxml2@34690 72102866-910b-0410-8b05-ffd578937521
20 lines
652 B
Text
20 lines
652 B
Text
# This file is included in various Makefile's to get version information.
|
|
# Compatible with Bourne shell syntax, so it can included there too.
|
|
|
|
# The gcc version required to compile the library.
|
|
GCC_VERSION=4.0.0
|
|
|
|
# The version number of this release.
|
|
MAJOR_VERSION=1
|
|
MINOR_VERSION=23
|
|
SUBMINOR_VERSION=0
|
|
# numeric value should match above
|
|
VERSION_NUMBER=123.0
|
|
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
|
VERSION=${GNUSTEP_BASE_VERSION}
|
|
|
|
GNUSTEP_BASE_FTP_MACHINE=ftp.gnustep.org
|
|
GNUSTEP_BASE_FTP_DIRECTORY=pub/gnustep/core
|
|
GNUSTEP_BASE_SNAP_FTP_MACHINE=ftp.gnustep.org
|
|
GNUSTEP_BASE_SNAP_FTP_DIRECTORY=pub/daily-snapshots
|
|
|