]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
1.2.4d0 1.2.4d0
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 4 Sep 2023 18:03:23 +0000 (19:03 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Mon, 4 Sep 2023 18:03:23 +0000 (19:03 +0100)
README.md
configure.ac

index ac25b49aec31b4449edbed9c27fa60acc0900a76..651a64a4cb2e4d779542a75606c29476a0a77d83 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,6 +3,9 @@
 
 It is a companion application to [Shairport Sync](https://github.com/mikebrady/shairport-sync) and provides timing information for AirPlay 2 operation.
 
+# Development
+This branch -- the `development` branch -- changes relatively rapidly and may contain significant bugs. The `main` branch is the most stable. Use it with the `development` branch of Shairport Sync.
+
 ## Installation
 
 This guide is for recent Linux and FreeBSD systems.
@@ -41,6 +44,7 @@ Note that you will need superuser privileges to install, enable and start the da
 ```
 $ git clone https://github.com/mikebrady/nqptp.git
 $ cd nqptp
+$ git checkout development
 $ autoreconf -fi
 $ ./configure --with-systemd-startup
 $ make
@@ -50,6 +54,7 @@ $ make
 ```
 $ git clone https://github.com/mikebrady/nqptp.git
 $ cd nqptp
+$ git checkout development
 $ autoreconf -fi
 $ ./configure --with-freebsd-startup
 $ make
index 6609fe5d43a95176db7f1d80e7effac33471d881..12e54b21cbe54e8e9ee3051d5411d023b1f48b3e 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.68])
-AC_INIT([nqptp], [1.2.3], [4265913+mikebrady@users.noreply.github.com])
+AC_INIT([nqptp], [1.2.4d0], [4265913+mikebrady@users.noreply.github.com])
 AM_INIT_AUTOMAKE
 AC_CANONICAL_HOST