icu: add ABI_VERSION
authorHirokazu MORIKAWA <morikw2@gmail.com>
Fri, 30 Apr 2021 03:48:52 +0000 (12:48 +0900)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Fri, 7 May 2021 23:07:01 +0000 (01:07 +0200)
To prevent inconsistencies in the coming version (69.1).

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry picked from commit 1eb29ddc956a857c887190315afa164161ba483a)

libs/icu/Makefile

index db2b0064f38a5f77d142e75fd4a85984526afc76..b0a334fa56f24be9ccf3240700eb450f4c9d48a7 100644 (file)
@@ -11,7 +11,7 @@ PKG_NAME:=icu4c
 MAJOR_VERSION:=68
 MINOR_VERSION:=2
 PKG_VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION)
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(MAJOR_VERSION)_$(MINOR_VERSION)-src.tgz
 PKG_SOURCE_URL:=https://github.com/unicode-org/icu/releases/download/release-$(MAJOR_VERSION)-$(MINOR_VERSION)