diff options
author | David Robillard <d@drobilla.net> | 2012-10-14 21:57:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-10-14 21:57:30 +0000 |
commit | 2ab4c5de6926765292427b679607522f2d7d5489 (patch) | |
tree | 160a52ba84382d649af890cf61743805ae590a2f /lv2/lv2plug.in/ns/index.html.in | |
parent | 9c17a7a1407e4fced9c35b3b5df13624779df754 (diff) | |
download | lv2-2ab4c5de6926765292427b679607522f2d7d5489.tar.xz |
Tag LV2 1.2.0v1.2.0
Diffstat (limited to 'lv2/lv2plug.in/ns/index.html.in')
-rw-r--r-- | lv2/lv2plug.in/ns/index.html.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lv2/lv2plug.in/ns/index.html.in b/lv2/lv2plug.in/ns/index.html.in index efc5f81..2134e44 100644 --- a/lv2/lv2plug.in/ns/index.html.in +++ b/lv2/lv2plug.in/ns/index.html.in @@ -11,7 +11,7 @@ </head> <body> <div id="header"> - <h1 id="title">LV2 Specifications</h1> + <h1 id="title">LV2 @LV2_VERSION@ Specifications</h1> </div> <div class="content"> <table summary="An index of LV2 specifications"> @@ -24,8 +24,5 @@ @ROWS@ </table> </div> - <div id="footer"> - <div>Generated at @TIME@</div> - </div> </body> </html> |