This is 4.3.3 release.
### Shairport Sync
#### Build and Install
- Download Shairport Sync, configure, compile and install it. Before executing the commands, please note the following:
-Download Shairport Sync, check out the `development` branch and configure, compile and install it. Before executing the commands, please note the following:
++Download Shairport Sync, branch and configure, compile and install it. Before executing the commands, please note the following:
* If building for FreeBSD, replace `--with-systemd` with `--with-os=freebsd --with-freebsd-service`.
* Omit the `--with-airplay-2` from the `./configure` options if you are building classic Shairport Sync.
Download, install, enable and start NQPTP from [here](https://github.com/mikebrady/nqptp) following the guide for Linux.
#### Shairport Sync
--Download Shairport Sync, check out the `development` branch and configure, compile and install it.
++Download Shairport Sync, configure, compile and install it.
* Omit the `--with-airplay-2` from the `./configure` options if you are building classic Shairport Sync.
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.50])
- AC_INIT([shairport-sync], [4.3.2], [4265913+mikebrady@users.noreply.github.com])
-AC_INIT([shairport-sync], [4.3.3-dev], [4265913+mikebrady@users.noreply.github.com])
++AC_INIT([shairport-sync], [4.3.3], [4265913+mikebrady@users.noreply.github.com])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])