Commit 12265658 authored by Steve Revill's avatar Steve Revill
Browse files

Minor tidy-up.

Detail:
  Made cvs version of sources match Batch One release.
Admin:
  No code change.

Version 0.91. Tagged as 'HTTP-0_91'
parent 72e0f7de
/* (0.90)
/* (0.91)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.2.
*
*/
#define Module_MajorVersion_CMHG 0.90
#define Module_MajorVersion_CMHG 0.91
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 26 Jan 2007
#define Module_Date_CMHG 13 Sep 2007
#define Module_MajorVersion "0.90"
#define Module_Version 90
#define Module_MajorVersion "0.91"
#define Module_Version 91
#define Module_MinorVersion ""
#define Module_Date "26 Jan 2007"
#define Module_Date "13 Sep 2007"
#define Module_ApplicationDate "26-Jan-07"
#define Module_ApplicationDate "13-Sep-07"
#define Module_ComponentName "HTTP"
#define Module_ComponentPath "RiscOS/Sources/Networking/Fetchers/HTTP"
#define Module_ComponentPath "castle/RiscOS/Sources/Networking/Fetchers/HTTP"
#define Module_FullVersion "0.90"
#define Module_HelpVersion "0.90 (26 Jan 2007)"
#define Module_LibraryVersionInfo "0:90"
#define Module_FullVersion "0.91"
#define Module_HelpVersion "0.91 (13 Sep 2007)"
#define Module_LibraryVersionInfo "0:91"
......@@ -99,8 +99,6 @@ typedef enum {
/*************************************************************/
/* A debugging thing; goes to file if the file can be opened */
/* */
/* */
/*************************************************************/
#pragma -v1
extern void protocol_debug(const char */*format*/, ...);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment