1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-27 07:40:10 +01:00

Support version strings in Nyquist plug-ins

For shipped plug-ins, the version number is the same as the Audacity
release version when the plug-in was last modified.
This commit is contained in:
Steve Daulton
2018-07-02 22:41:33 +01:00
parent 356fdeba40
commit a06e561cb7
28 changed files with 39 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ $name (_ "Regular Interval Labels")
$manpage "Regular_Interval_Labels"
$action (_ "Adding equally-spaced labels to the label track...")
$author (_ "Steve Daulton")
$release 2.3.0
$copyright (_ "Released under terms of the GNU General Public License version 2")
;; Original version by David R. Sky (http://www.garyallendj.com/davidsky/) 2007.