Bump version to 2.2.1

This commit is contained in:
Azat Khuzhin 2023-05-21 08:40:48 +02:00
parent 4e19e8b455
commit 8d1388a372
3 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ set(EVENT_ABI_LIBVERSION_AGE 0)
# equals to RELEASE in Makefile.am
set(EVENT_PACKAGE_RELEASE 2.2)
set(EVENT_NUMERIC_VERSION 0x02020001)
set(EVENT_NUMERIC_VERSION 0x02020100)
# only a subset of names can be used, defaults to "beta"
set(EVENT_STAGE_NAME ${EVENT_VERSION_STAGE})

View File

@ -70,7 +70,7 @@ VERSION_INFO = 1:0:0
# 2.1.8-stable-- 2.1 6:2:0 (ABI changed slightly)
#
# For Libevent 2.2:
# 2.2.0-alpha -- 2.2 1:0:0
# 2.2.1-alpha -- 2.2 1:0:0
# ABI version history for this package effectively restarts every time
# we change RELEASE. Version 1.4.x had RELEASE of 1.4.

View File

@ -6,7 +6,7 @@ dnl
dnl Original version Dug Song <dugsong@monkey.org>
AC_PREREQ([2.67])
AC_INIT(libevent,2.2.0-alpha-dev)
AC_INIT(libevent,2.2.1-alpha-dev)
AC_CONFIG_SRCDIR(event.c)
AC_CONFIG_MACRO_DIR([m4])
@ -20,7 +20,7 @@ dnl make compilation quiet unless V=1 is used
AM_SILENT_RULES([yes])
AC_CONFIG_HEADERS(config.h evconfig-private.h:evconfig-private.h.in)
AC_DEFINE(NUMERIC_VERSION, 0x02020001, [Numeric representation of the version])
AC_DEFINE(NUMERIC_VERSION, 0x02020100, [Numeric representation of the version])
dnl Try and get a full POSIX environment on obscure systems
AC_USE_SYSTEM_EXTENSIONS