From ce8314d4c636fd2202c8c7e60d3a87dfd97e765d Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Mon, 20 Jun 2022 09:47:42 -0500 Subject: [PATCH] Release v2.0.6! --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 65c85dbc77..552f4f91f8 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_INIT([liquidsoap], [savonet-users@lists.sourceforge.net], [liquidsoap], [https://github.com/savonet/liquidsoap]) -git_snapshot=true +git_snapshot=false version="$PACKAGE_VERSION" min_ocaml_version=m4_esyscmd([cat liquidsoap.opam | grep \"ocaml\" | sed 's/[ ]*"ocaml" {>= "\([^"]*\)"}/\1/' | tr -d '\r\n']) git_commit=`git rev-parse --short HEAD || true`