diff --git a/configure.ac b/configure.ac index 319d480b2..7617af21a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([harfbuzz], - [0.7.0], + [0.9.0], [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz], [harfbuzz], [http://harfbuzz.org/]) diff --git a/src/hb-ot-shape-complex-indic-private.hh b/src/hb-ot-shape-complex-indic-private.hh index f06ebd07d..64af0da46 100644 --- a/src/hb-ot-shape-complex-indic-private.hh +++ b/src/hb-ot-shape-complex-indic-private.hh @@ -68,8 +68,8 @@ enum indic_position_t { POS_PRE_C, POS_BASE_C, POS_ABOVE_C, - POS_ABOVE_M, POS_BELOW_C, + POS_ABOVE_M, POS_BELOW_M, POS_POST_C, POS_POST_M,