diff options
author | David Robillard <d@drobilla.net> | 2021-01-07 23:03:21 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-07 23:03:21 +0100 |
commit | 34f5d891fabe5c4e6137ce3d94aee8ca1955ebab (patch) | |
tree | c71d786f9a273ebdc255d50f8a3d1d06523690e1 | |
parent | 1a5ea16eb1dc69670ba2dd47c030027399d09115 (diff) | |
download | patchage-1.0.4.tar.gz patchage-1.0.4.tar.bz2 patchage-1.0.4.zip |
Patchage 1.0.4v1.0.4
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | wscript | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -patchage (1.0.3) unstable; +patchage (1.0.4) stable; * Add NSMicrophoneUsageDescription for MacOS 10.15 Catalina * Add command line option to print version @@ -9,7 +9,7 @@ patchage (1.0.3) unstable; * Remove Jack session support * Remove flaky DSP load meter - -- David Robillard <d@drobilla.net> Sun, 29 Nov 2020 17:41:44 +0000 + -- David Robillard <d@drobilla.net> Thu, 07 Jan 2021 21:59:02 +0000 patchage (1.0.2) stable; @@ -9,7 +9,7 @@ from waflib import Build, Logs, Options, Utils from waflib.extras import autowaf # Version of this package (even if built as a child) -PATCHAGE_VERSION = '1.0.3' +PATCHAGE_VERSION = '1.0.4' # Variables for 'waf dist' APPNAME = 'patchage' |