summaryrefslogtreecommitdiffstats
path: root/src/lilv_config.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-03-14 13:06:54 -0400
committerDavid Robillard <d@drobilla.net>2024-03-14 13:06:54 -0400
commit0f70cc010bc262589340099581d1d79152a8f140 (patch)
tree15bcc731a17ada405af00842aa0aba07a340ffdb /src/lilv_config.h
parentb6496d8b5d109d8fd1268a917eb70a447868bef3 (diff)
downloadlilv-0f70cc010bc262589340099581d1d79152a8f140.tar.gz
lilv-0f70cc010bc262589340099581d1d79152a8f140.tar.bz2
lilv-0f70cc010bc262589340099581d1d79152a8f140.zip
Fix library current_version on MacOS
Diffstat (limited to 'src/lilv_config.h')
-rw-r--r--src/lilv_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lilv_config.h b/src/lilv_config.h
index 2ddb739..2f7c498 100644
--- a/src/lilv_config.h
+++ b/src/lilv_config.h
@@ -5,7 +5,7 @@
#define LILV_CONFIG_H
// Define version unconditionally so a warning will catch a mismatch
-#define LILV_VERSION "0.24.24"
+#define LILV_VERSION "0.24.25"
// Separator between entries in variables like PATH
#ifndef LILV_PATH_SEP