[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Version control file



The versions are set up as constants in the copybooks that come with the 
tools.  For HTTPAPI, the constant is called HTTPAPI_VERSION and for 
FTPAPI, the constant is called FTPAPI_VERSION (logically enough!)

from HTTPAPI_H:

      D HTTPAPI_VERSION...
      D                 C                   CONST('1.21pre1')
      D HTTPAPI_RELDATE...
      D                 C                   CONST('2007-06-14')


 From FTPAPI_H:

      D FTPAPI_VERSION  C                   CONST('2.3-beta1')
      D FTPAPI_RELDATE  C                   CONST('2007-05-11')

On my web server, it's printed in the text of the HTML for the 
appropriate page.

http://www.scottklement.com/httpapi/
http://www.scottklement.com/ftpapi/

Are you thinking about writing a tool to automatically update them?  If 
so, I could put a separate file on my web server, maybe an XML file, 
that contains the current versions.  That would be a lot easier than 
trying to extract the current version from the HTML page.


Mike Krebs wrote:
> Scott,
> 
> I'm just playing with an idea...
> 
> How would I retrieve the current version number of LIBHTTP or LIBFTP from my
> iSeries?
> How would I retrieve the current verion number of LIBHTTP or LIBFTP from
> your server?
> 
> Mike
> 
> -----------------------------------------------------------------------
> This is the FTPAPI mailing list.  To unsubscribe, please go to:
> http://www.scottklement.com/mailman/listinfo/ftpapi
> -----------------------------------------------------------------------

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------