libs-gsweb/Version
Mirko Viviani f975683fc8 2002-09-22 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* Makefile.postamble: install gsweb.make

	* GSWeb.framework/GSWDefaultAdaptor.m: added config.h

	* GSWeb.framework/Makefile.preamble.in: new file.
	* GSWeb.framework/Makefile.preamble: removed.
	* gsweb.make.in: new file.

	* configure.ac: new file.
	* config/pathxml.m4: new file.
	* gsweb.make.in: new file.
	* config.h.in: new file.

	* GSWeb.framework/GNUmakefile (GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES):
	include gsweb.make

	* GSWeb.framework/GSWTemplateParserXML.h|.m: include libxml includes
	from libxml/ dir.

	* GSWeb.framework/*.m: replaced all occurrencies of stringWithout*: and
	remove*: with the new methods.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14509 72102866-910b-0410-8b05-ffd578937521
2002-09-22 14:27:04 +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=0
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