This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
43
Activity
Browse Source
Update lilv module version
tags/1.9.7
falkTX
10 years ago
parent
9e083768da
commit
d6103ce1d2
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/modules/lilv/Makefile
+1
-1
source/modules/lilv/config/lilv_config.h
+1
-1
source/modules/lilv/config/serd_config.h
+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.2
1.3
LILV_VERSION = 0.2
2.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.2
1.3
"
#define LILV_VERSION "0.2
2.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.2
1.1
"
#define SERD_VERSION "0.2
2.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.1
3
.0"
#define SORD_VERSION "0.1
4
.0"
#define HAVE_SERD 1
Write
Preview
Loading…
Cancel
Save