Bump versions.

master non-daw-v1.3.0
Jonathan Moore Liles 2021-01-27 17:50:26 -08:00
parent ba30c91dad
commit cdad26211b
5 changed files with 5 additions and 5 deletions

View File

@ -48,7 +48,7 @@ const char *APP_NAME = "non-midi-mapper";
#undef APP_TITLE
const char *APP_TITLE = "Non-MIDI-Mapper";
#undef VERSION
const char *VERSION = "1.0";
const char *VERSION = "1.1";
const int FILE_VERSION = 1;

View File

@ -5,7 +5,7 @@ import string
import os
# Version of this package (even if built as a child)
PACKAGE_VERSION = '1.2.0'
PACKAGE_VERSION = '1.3.0'
# Variables for 'waf dist'
APPNAME = 'non-mixer'

View File

@ -5,7 +5,7 @@ import string
import os
# Version of this package (even if built as a child)
PACKAGE_VERSION = '1.9.5'
PACKAGE_VERSION = '1.10.0'
# Variables for 'waf dist'
APPNAME = 'non-sequencer'

View File

@ -5,7 +5,7 @@ import string
import os
# Version of this package (even if built as a child)
PACKAGE_VERSION = '1.2.0'
PACKAGE_VERSION = '1.3.0'
# Variables for 'waf dist'
APPNAME = 'non-session-manager'

View File

@ -5,7 +5,7 @@ import string
import os;
# Version of this package (even if built as a child)
PACKAGE_VERSION = '1.2.0'
PACKAGE_VERSION = '1.3.0'
# Variables for 'waf dist'
APPNAME = 'non-timeline'