diff options
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} |