aboutsummaryrefslogtreecommitdiffstats
path: root/src/serd_config.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-08 15:27:32 -0400
committerDavid Robillard <d@drobilla.net>2022-06-10 10:36:59 -0400
commitf6437f606bd85dbc6d7581146955f85902230ca0 (patch)
tree29526f43272a8c13455379f4f34b0580af0aa729 /src/serd_config.h
parent272d7081257dc6d50c06b1b62e8c4baa5bf3b4b2 (diff)
downloadserd-f6437f606bd85dbc6d7581146955f85902230ca0.tar.gz
serd-f6437f606bd85dbc6d7581146955f85902230ca0.tar.bz2
serd-f6437f606bd85dbc6d7581146955f85902230ca0.zip
Fix memory consumption when reading documents
Diffstat (limited to 'src/serd_config.h')
-rw-r--r--src/serd_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serd_config.h b/src/serd_config.h
index 17c56929..1af3f423 100644
--- a/src/serd_config.h
+++ b/src/serd_config.h
@@ -1,5 +1,5 @@
/*
- Copyright 2021 David Robillard <d@drobilla.net>
+ Copyright 2021-2022 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
@@ -29,7 +29,7 @@
#define SERD_CONFIG_H
// Define version unconditionally so a warning will catch a mismatch
-#define SERD_VERSION "0.30.12"
+#define SERD_VERSION "0.30.13"
#if !defined(SERD_NO_DEFAULT_CONFIG)