diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-31 15:32:09 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-31 15:32:09 +0200 |
commit | 3b6cde1cc05e4b36bf8053fc55383baa34954291 (patch) | |
tree | bada2530c0ab6c89eef89ebfdf0056f4ac3519b1 /plugins/uriparser/UriBase.h | |
parent | eacaad30433607fbdcf742aad4ff51aad5ddf749 (diff) | |
download | monitoring-plugins-3b6cde1cc05e4b36bf8053fc55383baa34954291.tar.gz |
updated bundled version of uriparser to 0.8.5
Diffstat (limited to 'plugins/uriparser/UriBase.h')
-rw-r--r-- | plugins/uriparser/UriBase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/uriparser/UriBase.h b/plugins/uriparser/UriBase.h index bc63b059..45ba5abd 100644 --- a/plugins/uriparser/UriBase.h +++ b/plugins/uriparser/UriBase.h | |||
@@ -2,7 +2,7 @@ | |||
2 | * uriparser - RFC 3986 URI parsing library | 2 | * uriparser - RFC 3986 URI parsing library |
3 | * | 3 | * |
4 | * Copyright (C) 2007, Weijia Song <songweijia@gmail.com> | 4 | * Copyright (C) 2007, Weijia Song <songweijia@gmail.com> |
5 | * Copyright (C) 2007, Sebastian Pipping <webmaster@hartwork.org> | 5 | * Copyright (C) 2007, Sebastian Pipping <sebastian@pipping.org> |
6 | * All rights reserved. | 6 | * All rights reserved. |
7 | * | 7 | * |
8 | * Redistribution and use in source and binary forms, with or without | 8 | * Redistribution and use in source and binary forms, with or without |
@@ -55,7 +55,7 @@ | |||
55 | /* Version */ | 55 | /* Version */ |
56 | #define URI_VER_MAJOR 0 | 56 | #define URI_VER_MAJOR 0 |
57 | #define URI_VER_MINOR 8 | 57 | #define URI_VER_MINOR 8 |
58 | #define URI_VER_RELEASE 4 | 58 | #define URI_VER_RELEASE 5 |
59 | #define URI_VER_SUFFIX_ANSI "" | 59 | #define URI_VER_SUFFIX_ANSI "" |
60 | #define URI_VER_SUFFIX_UNICODE URI_ANSI_TO_UNICODE(URI_VER_SUFFIX_ANSI) | 60 | #define URI_VER_SUFFIX_UNICODE URI_ANSI_TO_UNICODE(URI_VER_SUFFIX_ANSI) |
61 | 61 | ||