diff --git a/ChangeLog b/ChangeLog index 18850797..5af672b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.in b/configure.in index 2bff1d55..92f93436 100755 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/src/global.h b/src/global.h index 44db89f3..5977159d 100755 --- a/src/global.h +++ b/src/global.h @@ -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