preparations for next release 3.0.0

This commit is contained in:
Volker Fischer 2009-08-19 19:26:14 +00:00
parent 9f1ca3a21e
commit 2ca2a2d450
3 changed files with 6 additions and 2 deletions

View File

@ -2,10 +2,14 @@
- introduced new audio codec "CELT", not compatible to old versions
- only the sound card frame sizes 128, 256 and 512 is allowed (since other
frame sizes require additional conversion buffers which introduce delay)
- IMA-ADPCM, MS-ADPCM removed
- since CELT works on 48 kHz sample rate, resampling was removed
- various bug fixes (e.g. disconnecting did not work reliably)
2.3.0

View File

@ -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,3.0.0cvs)
AM_INIT_AUTOMAKE(llcon,3.0.0)
AM_CONFIG_HEADER(config.h)

View File

@ -43,7 +43,7 @@
// version and application name (always use this version)
#undef VERSION
#define VERSION "3.0.0cvs"
#define VERSION "3.0.0"
#define APP_NAME "llcon"
// file name for logging file