Skip to content

Commit c82511e

Browse files
committed
1.0.3
I'm going to make (infrequent) releases of this, versioned at the minimum required HarfBuzz version.
1 parent 34deb7f commit c82511e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

NEWS

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
Not much.
1+
1.0.3
2+
=====
3+
4+
- Produce fine-grained cluster values, close to what icu-le does.

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl Process this file with autoconf to create configure.
22
AC_PREREQ(2.56)
33

4-
AC_INIT(icu-le-hb, 0.0.0)
4+
AC_INIT(icu-le-hb, 1.0.3)
55

66
AC_CONFIG_SRCDIR([icu-le-hb.pc.in])
77

@@ -12,7 +12,7 @@ AC_PROG_CC
1212
AC_PROG_CXX
1313
AM_PROG_LIBTOOL
1414

15-
PKG_CHECK_MODULES(HARFBUZZ, harfbuzz >= 1.0.2)
15+
PKG_CHECK_MODULES(HARFBUZZ, harfbuzz >= 1.0.3)
1616
PKG_CHECK_MODULES(ICU, icu-uc)
1717

1818
AC_CONFIG_FILES([

0 commit comments

Comments
 (0)