diff options
author | David Robillard <d@drobilla.net> | 2011-11-22 00:52:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-22 00:52:56 +0000 |
commit | ece195616828b98c77b582c00b84b31f1fa027d6 (patch) | |
tree | 27a11232af2109fab50c474a09f5fb0e26f02aa3 /lv2/ns/lv2core | |
parent | 12a26389f8b278b1039e921e0ae00af4112b16e5 (diff) | |
download | lv2-ece195616828b98c77b582c00b84b31f1fa027d6.tar.xz |
Prepare releases.
Diffstat (limited to 'lv2/ns/lv2core')
-rw-r--r-- | lv2/ns/lv2core/lv2.h | 2 | ||||
-rw-r--r-- | lv2/ns/lv2core/lv2core.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lv2/ns/lv2core/lv2.h b/lv2/ns/lv2core/lv2.h index 79d9a02..f633265 100644 --- a/lv2/ns/lv2core/lv2.h +++ b/lv2/ns/lv2core/lv2.h @@ -21,7 +21,7 @@ /** @file lv2.h API for the LV2 specification <http://lv2plug.in/ns/lv2core>. - Revision: 4.1 + Revision: 6.0 */ #ifndef LV2_H_INCLUDED diff --git a/lv2/ns/lv2core/lv2core.pc.in b/lv2/ns/lv2core/lv2core.pc.in index bcaa501..96e5169 100644 --- a/lv2/ns/lv2core/lv2core.pc.in +++ b/lv2/ns/lv2core/lv2core.pc.in @@ -5,6 +5,6 @@ includedir=@INCLUDEDIR@ Name: lv2core Version: @LV2CORE_VERSION@ -Description: Core LV2 plugin header and specification +Description: An audio plugin interface specification. Libs: Cflags: -I${includedir} |