libs-back/Version
Adam Fedor 2b5aaaae15 Version 0.20.1
Add patches from main that fix cairo font handling bug


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/stable-0_20_0@33003 72102866-910b-0410-8b05-ffd578937521
2011-05-07 22:21:37 +00:00

18 lines
645 B
Text

# 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
GNUSTEP_BACK_MINOR_VERSION=20
GNUSTEP_BACK_SUBMINOR_VERSION=1
# This numeric value should match above
VERSION_NUMBER=020.1
# This numeric value should match the compatible gui interface version
INTERFACE_VERSION_NUMBER=020
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