summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Varshavchik2018-07-16 21:25:03 -0400
committerSam Varshavchik2018-07-16 21:25:03 -0400
commit9fc0031c51221005c3bb9c0146807eb70af51ddd (patch)
tree69783bfc37bcb218126d09b833a3ffb25e620123
parent3fe758e75eca989576a6a8f58a9b4068452db02e (diff)
downloadcourier-libs-9fc0031c51221005c3bb9c0146807eb70af51ddd.tar.bz2
courier-unicode: soname bump.
-rw-r--r--unicode/Makefile.am2
-rw-r--r--unicode/courier-unicode.h.in2
-rw-r--r--unicode/m4/courier-unicode.m46
3 files changed, 5 insertions, 5 deletions
diff --git a/unicode/Makefile.am b/unicode/Makefile.am
index 764614b..e9fb050 100644
--- a/unicode/Makefile.am
+++ b/unicode/Makefile.am
@@ -83,7 +83,7 @@ libcourier_unicode_la_SOURCES=\
categoriestab.h \
unicode_categories.c
-libcourier_unicode_la_LDFLAGS=-version-info 4:0:0
+libcourier_unicode_la_LDFLAGS=-version-info 5:0:1
EXTRA_DIST=$(noinst_SCRIPTS) $(man_MANS) $(PACKAGE).spec \
m4/courier-unicode.m4 \
diff --git a/unicode/courier-unicode.h.in b/unicode/courier-unicode.h.in
index 32d7f0d..085f085 100644
--- a/unicode/courier-unicode.h.in
+++ b/unicode/courier-unicode.h.in
@@ -40,7 +40,7 @@ typedef uint32_t char32_t;
#endif
#endif
-#define COURIER_UNICODE_VERSION 200
+#define COURIER_UNICODE_VERSION 210
/*
** The system default character set, from the locale.
diff --git a/unicode/m4/courier-unicode.m4 b/unicode/m4/courier-unicode.m4
index 06b544a..2ed55c9 100644
--- a/unicode/m4/courier-unicode.m4
+++ b/unicode/m4/courier-unicode.m4
@@ -61,13 +61,13 @@ AC_TRY_COMPILE([
#define COURIER_UNICODE_VERSION 0
#endif
-#if COURIER_UNICODE_VERSION < 200
-#error "courier-unicode 2.0 library is required"
+#if COURIER_UNICODE_VERSION < 210
+#error "courier-unicode 2.1 library is required"
#endif
],[],[],
AC_MSG_ERROR([
-ERROR: The Courier Unicode Library 2.0 header files appear not to be installed.
+ERROR: The Courier Unicode Library 2.1 header files appear not to be installed.
You may need to upgrade the library or install a separate development
subpackage in addition to the main package.])
)