diff options
author | David Robillard <d@drobilla.net> | 2010-11-26 20:25:02 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-11-26 20:25:02 +0000 |
commit | e0c4fb1bc1c66e5655a41ddcbfaafb07e32b93a2 (patch) | |
tree | a73d27c9839bd99ef8e14ac3efec8d59d21c756d /core.lv2/wscript | |
parent | a31c23155b8b1902f70a63a12d7c09822dacda04 (diff) | |
download | lv2-e0c4fb1bc1c66e5655a41ddcbfaafb07e32b93a2.tar.xz |
Mark up documentation with lv2:documentation as per discussion on lv2-dev.
Use unified lv2plug.in style for ontology documentation.
Diffstat (limited to 'core.lv2/wscript')
-rw-r--r-- | core.lv2/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core.lv2/wscript b/core.lv2/wscript index e5680f9..e22249d 100644 --- a/core.lv2/wscript +++ b/core.lv2/wscript @@ -4,7 +4,7 @@ import autowaf import Options # Version of this package (even if built as a child) -LV2CORE_VERSION = '4.0' +LV2CORE_VERSION = '4.0pre1' # Variables for 'waf dist' APPNAME = 'lv2core' |