[Easysoap-checkins] CVS: easysoap/include/easysoap SOAP.h,1.7,1.8
Status: Beta
Brought to you by:
dcrowley
From: David C. <dcr...@us...> - 2006-11-10 17:48:27
|
Update of /cvsroot/easysoap/easysoap/include/easysoap In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv3545/include/easysoap Modified Files: SOAP.h Log Message: Changed version number to 0.8.0. Added missing solution file. Index: SOAP.h =================================================================== RCS file: /cvsroot/easysoap/easysoap/include/easysoap/SOAP.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- SOAP.h 2 Jun 2004 08:00:21 -0000 1.7 +++ SOAP.h 10 Nov 2006 17:48:19 -0000 1.8 @@ -28,8 +28,8 @@ */ #define EASYSOAP_STRING "EasySoap++" #define EASYSOAP_HOMEPAGE "http://easysoap.sourceforge.net/" -#define EASYSOAP_VERSION_STRING "0.6.3" -#define EASYSOAP_VERSION 63 +#define EASYSOAP_VERSION_STRING "0.8.0" +#define EASYSOAP_VERSION 80 #include <easysoap/es_conf.h> |