new version
This commit is contained in:
parent
ffe0869129
commit
7f9de079b0
3 changed files with 14 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
|||
2.2.1
|
||||
|
||||
- bug fix and improvements for automatic jitter buffer size setting
|
||||
|
||||
|
||||
2.2.0
|
||||
|
||||
- added Jack audio interface (Linux)
|
||||
|
|
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
|||
AC_PREREQ(2.50)
|
||||
AC_INIT(src/main.cpp)
|
||||
|
||||
AM_INIT_AUTOMAKE(llcon,2.2.1cvs)
|
||||
AM_INIT_AUTOMAKE(llcon,2.2.1)
|
||||
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
// version and application name (always use this version)
|
||||
#undef VERSION
|
||||
#define VERSION "2.2.1cvs"
|
||||
#define VERSION "2.2.1"
|
||||
#define APP_NAME "llcon"
|
||||
|
||||
// file name for logging file
|
||||
|
|
Loading…
Reference in a new issue