major version bump

This commit is contained in:
Robin Gareus 2016-08-16 12:40:56 +02:00
parent 3c8f8c3947
commit c0d9fe0729

View File

@ -95,9 +95,9 @@ There are is also a special mode:
Ardour searches for Lua scripts in the <code>scripts</code> folder in <code>$ARDOUR_DATA_PATH</code>,
Apart from scripts included directly with Ardour, this includes</p>
<table>
<tr><th>GNU/Linux</th><td><code>$HOME/.config/ardour4/scripts</code></td></tr>
<tr><th>Mac OS X</th><td><code>$HOME/Library/Preferences/Ardour4/scripts</code></td></tr>
<tr><th>Windows</th><td><code>%localappdata%\ardour4\scripts</code></td></tr>
<tr><th>GNU/Linux</th><td><code>$HOME/.config/ardour5/scripts</code></td></tr>
<tr><th>Mac OS X</th><td><code>$HOME/Library/Preferences/Ardour5/scripts</code></td></tr>
<tr><th>Windows</th><td><code>%localappdata%\ardour5\scripts</code></td></tr>
</table>
<p>Files must end with <code>.lua</code> file extension.</p>