httpmessage
0.4.0
HTTP message parsing library
include
httpmessage
version.h
Go to the documentation of this file.
1
/**************************************************************************************$
2
* httpmessage
3
***************************************************************************************
4
* Copyright © 2022 by Renaud Guillard (dev@nore.fr)
5
* Distributed under the terms of the MIT License, see LICENSE
6
***************************************************************************************
7
*/
8
16
#if !defined (LIBHTTPMESSAGGE_VERSION_H__)
17
#define LIBHTTPMESSAGGE_VERSION_H__
18
22
#define HTTPMESSAGE_VERSION_MAJOR 0
23
26
#define HTTPMESSAGE_VERSION_MINOR 4
27
30
#define HTTPMESSAGE_VERSION_PATCH 0
31
35
#define HTTPMESSAGE_VERSION_NUMBER 400
36
39
#define HTTPMESSAGE_VERSION_STRING "0.4.0"
40
41
#endif
/* LIBHTTPMESSAGGE_VERSION_H__ */
42
Generated by
1.8.13