summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2019-04-28 14:04:25 +0200
committerSebastian Pipping <sebastian@pipping.org>2019-04-28 14:04:25 +0200
commit737e95f67bc2e5d8b90a1392797b353b52e5124a (patch)
tree71c7ebd5d80cdfd4507b013968f96b78a0cc316a
parent7661f7b3aad46b32f7ddfba62065a4ff611cfea7 (diff)
downloaduriparser-737e95f67bc2e5d8b90a1392797b353b52e5124a.tar.gz
Release 0.9.3uriparser-0.9.3
-rw-r--r--CMakeLists.txt2
-rw-r--r--ChangeLog2
-rw-r--r--include/uriparser/Uri.h2
-rw-r--r--include/uriparser/UriBase.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4469cbe..ceb79e0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,7 +38,7 @@ cmake_minimum_required(VERSION 3.3)
project(uriparser
VERSION
- 0.9.2
+ 0.9.3
)
# See https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
diff --git a/ChangeLog b/ChangeLog
index 1c9bbed..da9562b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ NOTE: uriparser is looking for help with a few things:
https://github.com/uriparser/uriparser/labels/help%20wanted
If you can help, please get in touch. Thanks!
-20xx-xx-xx -- x.x.x
+2019-04-28 -- 0.9.3
* Fixed: pkg-config: Fix version line in liburiparser.pc (GitHub #65)
* Changed: MinGW: Add library version suffix to DLL name
diff --git a/include/uriparser/Uri.h b/include/uriparser/Uri.h
index 3fa2989..9315a12 100644
--- a/include/uriparser/Uri.h
+++ b/include/uriparser/Uri.h
@@ -1,4 +1,4 @@
-/* d8ad60cf1b0e82c34c1c2201431d8da32aecb7b7d5ad8c4573fb4ecf0f2100e9 (0.9.2+)
+/* 8cd64b75589a7efa22989ae85f71e620a99e3c44776338f7d3114eacf73d27a3 (0.9.3+)
*
* uriparser - RFC 3986 URI parsing library
*
diff --git a/include/uriparser/UriBase.h b/include/uriparser/UriBase.h
index ea7102d..1669159 100644
--- a/include/uriparser/UriBase.h
+++ b/include/uriparser/UriBase.h
@@ -55,7 +55,7 @@
/* Version */
#define URI_VER_MAJOR 0
#define URI_VER_MINOR 9
-#define URI_VER_RELEASE 2
+#define URI_VER_RELEASE 3
#define URI_VER_SUFFIX_ANSI ""
#define URI_VER_SUFFIX_UNICODE URI_ANSI_TO_UNICODE(URI_VER_SUFFIX_ANSI)