change to release 2.2.2 version
This commit is contained in:
parent
9111f327a5
commit
052e8aaf05
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
2.2.2
|
2.2.2
|
||||||
|
|
||||||
- Mute and Solo check boxes for each connected client fader
|
- "Mute" and "Solo" check boxes for each connected client fader
|
||||||
|
|
||||||
- changes to the main GUI (grouped "local" and "server" settings)
|
- changes to the main GUI (grouped "local" and "server" settings)
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
AC_INIT(src/main.cpp)
|
AC_INIT(src/main.cpp)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(llcon,2.2.2cvs)
|
AM_INIT_AUTOMAKE(llcon,2.2.2)
|
||||||
|
|
||||||
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
// version and application name (always use this version)
|
// version and application name (always use this version)
|
||||||
#undef VERSION
|
#undef VERSION
|
||||||
#define VERSION "2.2.2cvs"
|
#define VERSION "2.2.2"
|
||||||
#define APP_NAME "llcon"
|
#define APP_NAME "llcon"
|
||||||
|
|
||||||
// file name for logging file
|
// file name for logging file
|
||||||
|
|
Loading…
Reference in a new issue