Commit 877e373b3c7decd9a692238a9b496754a573dc63

Thomas de Grivel 2020-01-10T08:17:25

update to 0.2.1

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