From d0452e3bef6f86a635f7749f49fd8a27006dbb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Sautret?= Date: Fri, 6 May 2022 15:12:22 +0200 Subject: [PATCH] Update version to 22.05 --- CONTAINER.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTAINER.md b/CONTAINER.md index 5c5ce62c585..cb32b409001 100644 --- a/CONTAINER.md +++ b/CONTAINER.md @@ -267,7 +267,7 @@ Build ejabberd Community Server base image for a given ejabberd version, both for amd64 and arm64 architectures: ```bash -VERSION = 21.12 +VERSION = 22.05 docker buildx build \ --platform=linux/amd64,linux/arm64 --build-arg VERSION=$(VERSION) \ diff --git a/configure.ac b/configure.ac index bbd9e9d5a1f..68fb1f4d253 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 21.12` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [ejabberd@process-one.net], [ejabberd]) +AC_INIT(ejabberd, m4_esyscmd([echo `git describe --tags 2>/dev/null || echo 22.05` | sed 's/-g.*//;s/-/./' | tr -d '\012']), [ejabberd@process-one.net], [ejabberd]) REQUIRE_ERLANG_MIN="8.3 (Erlang/OTP 19.3)" REQUIRE_ERLANG_MAX="100.0.0 (No Max)"