aboutsummaryrefslogtreecommitdiff
path: root/src/jansson.h
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2020-05-07 21:38:59 +0300
committerPetri Lehtinen <petri@digip.org>2020-05-07 21:38:59 +0300
commite9ebfa7e77a6bee77df44e096b100e7131044059 (patch)
treeb57c47a9220877f62e2f92999795c43cd31b2e24 /src/jansson.h
parent3f4d94865289b0f18a29a502fa854130167948e0 (diff)
downloadjansson-e9ebfa7e77a6bee77df44e096b100e7131044059.zip
jansson-e9ebfa7e77a6bee77df44e096b100e7131044059.tar.gz
jansson-e9ebfa7e77a6bee77df44e096b100e7131044059.tar.bz2
jansson 2.13.1v2.13.12.13
Diffstat (limited to 'src/jansson.h')
-rw-r--r--src/jansson.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jansson.h b/src/jansson.h
index 7a54b31..fbc7381 100644
--- a/src/jansson.h
+++ b/src/jansson.h
@@ -22,10 +22,10 @@ extern "C" {
#define JANSSON_MAJOR_VERSION 2
#define JANSSON_MINOR_VERSION 13
-#define JANSSON_MICRO_VERSION 0
+#define JANSSON_MICRO_VERSION 1
/* Micro version is omitted if it's 0 */
-#define JANSSON_VERSION "2.13"
+#define JANSSON_VERSION "2.13.1"
/* Version as a 3-byte hex number, e.g. 0x010201 == 1.2.1. Use this
for numeric comparisons, e.g. #if JANSSON_VERSION_HEX >= ... */