Browse Source

Update lilv module version

tags/1.9.7
falkTX 10 years ago
parent
commit
d6103ce1d2
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      source/modules/lilv/Makefile
  2. +1
    -1
      source/modules/lilv/config/lilv_config.h
  3. +1
    -1
      source/modules/lilv/config/serd_config.h
  4. +1
    -1
      source/modules/lilv/config/sord_config.h

+ 1
- 1
source/modules/lilv/Makefile View File

@@ -13,7 +13,7 @@ include ../Makefile.mk
SERD_VERSION = 0.22.0
SORD_VERSION = 0.14.0
SRATOM_VERSION = 0.4.7
LILV_VERSION = 0.21.3
LILV_VERSION = 0.22.1

# ----------------------------------------------------------------------------------------------------------------------------



+ 1
- 1
source/modules/lilv/config/lilv_config.h View File

@@ -3,7 +3,7 @@
#define _LILV_CONFIG_H_

#define LILV_INTERNAL
#define LILV_VERSION "0.21.3"
#define LILV_VERSION "0.22.1"

#define HAVE_LV2 1
#define HAVE_SERD 1


+ 1
- 1
source/modules/lilv/config/serd_config.h View File

@@ -3,7 +3,7 @@
#define _SERD_CONFIG_H_

#define SERD_INTERNAL
#define SERD_VERSION "0.21.1"
#define SERD_VERSION "0.22.0"

#define HAVE_FILENO 1



+ 1
- 1
source/modules/lilv/config/sord_config.h View File

@@ -3,7 +3,7 @@
#define _SORD_CONFIG_H_

#define SORD_INTERNAL
#define SORD_VERSION "0.13.0"
#define SORD_VERSION "0.14.0"

#define HAVE_SERD 1



Loading…
Cancel
Save