summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--wscript2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f296268..d6f87bd 100644
--- a/NEWS
+++ b/NEWS
@@ -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;
diff --git a/wscript b/wscript
index 688ff3c..7bbb52b 100644
--- a/wscript
+++ b/wscript
@@ -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'