Bump versions.
This commit is contained in:
parent
ba30c91dad
commit
cdad26211b
|
@ -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;
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue