Start of 1.9.14 development

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2019-10-06 20:26:14 +01:00
parent b965b5d052
commit 401fbe9fa9
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -24,7 +24,7 @@
#include "config.h"
#endif
#define VERSION "1.9.13"
#define VERSION "1.9.14"
#define BUFFER_SIZE_MAX 8192

View File

@ -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'