From 7b3a87f544c8ef356c3a22462de25c9e36d49f79 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Wed, 29 Jul 2015 16:29:50 -0500 Subject: [PATCH] Dummy github release. --- CHANGES | 4 ++++ Makefile.in | 2 +- configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index f8dc07b..7eba56c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +0.2.2 (2025-07-29) +===== +* Dummy github release. + 0.2.1 (2010-05-12) ===== * Use snd_pcm_sframes_t for diff --git a/Makefile.in b/Makefile.in index 3a1c9da..59a56ce 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,7 +6,7 @@ DISTFILES := @AUTOCONF_INSTALL_FILES@ CHANGES COPYING Makefile.in README \ src/*.ml src/*.mli src/*.c src/Makefile.in src/META.in \ src/OCamlMakefile \ examples/*.ml examples/Makefile examples/OCamlMakefile \ - doc/html + doc VERSION = @VERSION@ all clean install uninstall: diff --git a/configure.ac b/configure.ac index 9b5606c..11b27d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # check for one particular file of the sources -AC_INIT([ocaml-alsa],[0.2.1],[savonet-users@lists.sourceforge.net]) +AC_INIT([ocaml-alsa],[0.2.2],[savonet-users@lists.sourceforge.net]) VERSION=$PACKAGE_VERSION AC_MSG_RESULT([configuring $PACKAGE_STRING])