diff --git a/Makefile b/Makefile index 18c4bdf..c75d101 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ################################################################# # Makefile for Event Pump - epump -# Copyright (c) 2003-2020 Ke Hengzhong +# Copyright (c) 2003-2021 Ke Hengzhong # All rights reserved. See MIT LICENSE for redistribution. ################################################################# @@ -38,7 +38,7 @@ ADIF_RPATH = -Wl,-rpath,$(adif_lib) PKG_VER_MAJOR = 2 PKG_VER_MINOR = 1 -PKG_VER_RELEASE = 2 +PKG_VER_RELEASE = 4 PKG_VER = $(PKG_VER_MAJOR).$(PKG_VER_MINOR).$(PKG_VER_RELEASE) PKG_VERSO_LIB = $(PKG_SO_LIB).$(PKG_VER)