Skip to content

Commit

Permalink
Adjust version number and remove references to the development branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Oct 9, 2022
1 parent 2726dc0 commit e7c6c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Download, install, enable and start NQPTP from [here](https://github.com/mikebra

### Shairport Sync
#### Build and Install
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, 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.
Expand All @@ -130,7 +130,6 @@ Download Shairport Sync, check out the `development` branch and configure, compi
```
$ git clone https://github.com/mikebrady/shairport-sync.git
$ cd shairport-sync
$ git checkout development
$ autoreconf -fi
$ ./configure --sysconfdir=/etc --with-alsa \
--with-soxr --with-avahi --with-ssl=openssl --with-systemd --with-airplay-2
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.50])
AC_INIT([shairport-sync], [4.1-dev], [4265913+mikebrady@users.noreply.github.com])
AC_INIT([shairport-sync], [4.1-rc2], [4265913+mikebrady@users.noreply.github.com])
AM_INIT_AUTOMAKE([subdir-objects])
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit e7c6c4b

Please sign in to comment.