httpmessage  0.4.0
HTTP message parsing library
Macros
version.h File Reference

httpmessage version info More...

Go to the source code of this file.

Macros

#define HTTPMESSAGE_VERSION_MAJOR   0
 httpmessage libaray major version number
 
#define HTTPMESSAGE_VERSION_MINOR   4
 httpmessage libaray minor version number
 
#define HTTPMESSAGE_VERSION_PATCH   0
 httpmessage libaray patch version number
 
#define HTTPMESSAGE_VERSION_NUMBER   400
 httpmessage libaray version number Computeed as

\[ (major * 10000) + (minor * 100) + patch \]


 
#define HTTPMESSAGE_VERSION_STRING   "0.4.0"
 httpmessage libaray version string
 

Detailed Description

httpmessage version info

This file is modified by premake scripts