From: Steven G. Johnson Date: Wed, 13 Jul 2016 15:00:17 +0000 (-0400) Subject: the ABI version was already bumped in #62, does not need to be bumped again in #70 X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~10^2~1^2~158 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cb2a3e464d06d20e64e9383ea2661b5a4366c9e5;p=utf8proc.git the ABI version was already bumped in #62, does not need to be bumped again in #70 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d8b7372..ff0c819 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ disallow_intree_builds() project (utf8proc C) # Be sure to also update these in Makefile! -set(SO_MAJOR 3) +set(SO_MAJOR 2) set(SO_MINOR 0) set(SO_PATCH 0) diff --git a/MANIFEST b/MANIFEST index 3dbf43d..f79d541 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2,6 +2,6 @@ include/ include/utf8proc.h lib/ lib/libutf8proc.a -lib/libutf8proc.so -> libutf8proc.so.3.0.0 -lib/libutf8proc.so.3 -> libutf8proc.so.3.0.0 -lib/libutf8proc.so.3.0.0 +lib/libutf8proc.so -> libutf8proc.so.2.0.0 +lib/libutf8proc.so.2 -> libutf8proc.so.2.0.0 +lib/libutf8proc.so.2.0.0 diff --git a/Makefile b/Makefile index 2b6f58e..ff5e771 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ UCFLAGS = $(CFLAGS) $(PICFLAG) $(C99FLAG) $(WCFLAGS) -DUTF8PROC_EXPORTS # not API compatibility: MAJOR should be incremented whenever *binary* # compatibility is broken, even if the API is backward-compatible # Be sure to also update these in MANIFEST and CMakeLists.txt! -MAJOR=3 +MAJOR=2 MINOR=0 PATCH=0