libs-gsweb/Version
David Ayers e318270cb4 * Version: Update to 1.3.0
* config.mak.in: Update to use new GDL2 native library names.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@23520 72102866-910b-0410-8b05-ffd578937521
2006-09-15 10:54:16 +00:00

17 lines
485 B
Text

# This file is included in various Makefile's to get version information.
# The gcc version required to compile the library.
GNUSTEP_GCC=2.8.0
# The version number of this release.
MAJOR_VERSION=1
MINOR_VERSION=3
SUBMINOR_VERSION=0
GSWEB_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GSWEB_VERSION}
GSWEB_FTP_MACHINE=ftp.gnustep.org
GSWEB_FTP_DIRECTORY=pub/gnustep/gsweb
GSWEB_SNAP_FTP_MACHINE=ftp.gnustep.org
GSWEB_SNAP_FTP_DIRECTORY=pub/daily-snapshots