diff --git a/ChangeLog b/ChangeLog index e69de29b..07f62514 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,9 @@ +0.9.4 + +- implemented protocol, now it is possible to set the jitter buffer in the + server according to the setting in the client (they are coupled now) + +- removed sample rate offset estimation since it was not used anyway + +- internal audio processing in the server is now based on minimum block + size (improves latency) diff --git a/configure.in b/configure.in index 44f2dc79..30201922 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,0.9.3cvs) +AM_INIT_AUTOMAKE(llcon,0.9.4) AM_CONFIG_HEADER(config.h) diff --git a/src/global.h b/src/global.h index 09162dd0..421a638b 100755 --- a/src/global.h +++ b/src/global.h @@ -42,7 +42,7 @@ /* version and application name */ #ifndef VERSION -# define VERSION "0.9.4cvs" +# define VERSION "0.9.4" #endif #define APP_NAME "llcon"