Moved version header to base and it now uses VERSION macro

from config.h if available (which means version is now a
string, not three integers).  Changed version to 1.0.0 and
protocol version to 1.0.  And added MAINTAINERCLEANFILES
to makefiles to remove generated files.
This commit is contained in:
crs
2002-07-31 16:57:26 +00:00
parent 8c1f5f623b
commit fae797e220
19 changed files with 105 additions and 36 deletions

View File

@@ -25,6 +25,10 @@ EXTRA_DIST = \
IMSWindowsScreenEventHandler.h \
$(NULL)
MAINTAINERCLEANFILES = \
Makefile.in \
$(NULL)
noinst_LIBRARIES = libplatform.a
libplatform_a_SOURCES = \
CPlatform.cpp \