summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2019-10-06 20:26:14 +0100
committerfalkTX <falktx@falktx.com>2019-10-06 20:26:14 +0100
commit401fbe9fa979977c94953ccd0dea4b2070e781a8 (patch)
treec77ff529ed5e7805ba104490992014d48f4938fd
parentb965b5d052a15a12177b331ee4917ed6315978e3 (diff)
downloadjack2-401fbe9fa979977c94953ccd0dea4b2070e781a8.tar.gz
Start of 1.9.14 development
Signed-off-by: falkTX <falktx@falktx.com>
-rw-r--r--ChangeLog.rst4
-rw-r--r--common/JackConstants.h2
-rw-r--r--wscript2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 16c6a6e0..e3b19788 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,6 +1,10 @@
ChangeLog
#########
+* 1.9.14 (2019-xx-xx)
+
+ * Nothing here yet...
+
* 1.9.13 (2019-10-06)
* Meta-data API implementation. (and a few tools updated with support for it)
diff --git a/common/JackConstants.h b/common/JackConstants.h
index 696e40db..cae54566 100644
--- a/common/JackConstants.h
+++ b/common/JackConstants.h
@@ -24,7 +24,7 @@
#include "config.h"
#endif
-#define VERSION "1.9.13"
+#define VERSION "1.9.14"
#define BUFFER_SIZE_MAX 8192
diff --git a/wscript b/wscript
index 5e8485e6..55508fee 100644
--- a/wscript
+++ b/wscript
@@ -11,7 +11,7 @@ import sys
from waflib import Logs, Options, Task, Utils
from waflib.Build import BuildContext, CleanContext, InstallContext, UninstallContext
-VERSION='1.9.13'
+VERSION='1.9.14'
APPNAME='jack'
JACK_API_VERSION = '0.1.0'