mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-20 18:32:29 +00:00
* 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
17 lines
485 B
Text
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
|
|
|