summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2020-05-31 17:11:30 +0200
committerSebastian Pipping <sebastian@pipping.org>2020-05-31 17:11:30 +0200
commit25dddb16cf044a7df27884e7ad3911baaaca3d7c (patch)
tree3cbc1b011e51ef968b840da1d1b009d64dc0cc0f
parent7bddeb85d1fd0bcf98a5ba47dd089fe528a81d00 (diff)
downloaduriparser-25dddb16cf044a7df27884e7ad3911baaaca3d7c.tar.gz
Bump version to 0.9.4 (#88)uriparser-0.9.4
-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 30f4452..70088b1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,7 +38,7 @@ cmake_minimum_required(VERSION 3.3)
project(uriparser
VERSION
- 0.9.3
+ 0.9.4
LANGUAGES
C
)
diff --git a/ChangeLog b/ChangeLog
index 7027df8..f1d3533 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
+2020-05-31 -- 0.9.4
* Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub #67)
* Fixed: CMake: Support GTest 1.8.0 (GitHub #68)
diff --git a/include/uriparser/Uri.h b/include/uriparser/Uri.h
index 30af814..e822d33 100644
--- a/include/uriparser/Uri.h
+++ b/include/uriparser/Uri.h
@@ -1,4 +1,4 @@
-/* 8cd64b75589a7efa22989ae85f71e620a99e3c44776338f7d3114eacf73d27a3 (0.9.3+)
+/* 520782e6334595efe9dee874cfa720d7b49de30fa51caba8bce352e55f521ee1 (0.9.4+)
*
* uriparser - RFC 3986 URI parsing library
*
diff --git a/include/uriparser/UriBase.h b/include/uriparser/UriBase.h
index 06139f0..4147882 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 3
+#define URI_VER_RELEASE 4
#define URI_VER_SUFFIX_ANSI ""
#define URI_VER_SUFFIX_UNICODE URI_ANSI_TO_UNICODE(URI_VER_SUFFIX_ANSI)