diff --git a/AirConnect-1.3.3.zip b/AirConnect-1.3.4.zip similarity index 83% rename from AirConnect-1.3.3.zip rename to AirConnect-1.3.4.zip index 4995846c..730aa64f 100644 Binary files a/AirConnect-1.3.3.zip and b/AirConnect-1.3.4.zip differ diff --git a/CHANGELOG b/CHANGELOG index 9b7f8ff2..9a0453e2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +1.3.4 + - libraop was sending 1 instead of 0 on icy retransmit since day one ... can't believe it + 1.3.3 - RTP and NTP order was not fixed either diff --git a/aircast/src/aircast.h b/aircast/src/aircast.h index 6f30c6e3..7a0fab04 100644 --- a/aircast/src/aircast.h +++ b/aircast/src/aircast.h @@ -18,7 +18,7 @@ #include "raop_server.h" #include "cast_util.h" -#define VERSION "v1.3.3"" ("__DATE__" @ "__TIME__")" +#define VERSION "v1.3.4"" ("__DATE__" @ "__TIME__")" /*----------------------------------------------------------------------------*/ /* typedefs */ diff --git a/airupnp/src/airupnp.h b/airupnp/src/airupnp.h index f122bd8c..7162bd9f 100644 --- a/airupnp/src/airupnp.h +++ b/airupnp/src/airupnp.h @@ -21,7 +21,7 @@ #include "cross_util.h" #include "metadata.h" -#define VERSION "v1.3.3"" ("__DATE__" @ "__TIME__")" +#define VERSION "v1.3.4"" ("__DATE__" @ "__TIME__")" /*----------------------------------------------------------------------------*/ /* typedefs */ diff --git a/common/libraop b/common/libraop index f6ba43a8..f168291a 160000 --- a/common/libraop +++ b/common/libraop @@ -1 +1 @@ -Subproject commit f6ba43a84153878817d4115c344710e4950faf88 +Subproject commit f168291add1bea1bcacff7e4d9c85333d4d01e33