Commit 2a59e574bad2c8b0b738a871c4bc01bc662f5abf

Thomas de Grivel 2020-02-03T14:19:48

RTBUF 0.2.2 Real time buffers. With support for Linux and OpenBSD

1
2
3
4
5
6
7
8
9
10
11
diff --git a/configure.ac b/configure.ac
index 879f0ff..9a890c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.59])
-AC_INIT([rtbuf], [0.2.1], [kmx.io], [rtbuf], [http://kmx.io/])
+AC_INIT([rtbuf], [0.2.2], [kmx.io], [rtbuf], [http://kmx.io/])
 CFLAGS="$CFLAGS -W -Wall -Werror"
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([build-aux/m4])