diff --git a/NEWS b/NEWS index 236767db..350fdf83 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +2.6.3 (December 2, 2023) +----------------------- + +This version fixes a bug in the tests when pkgdatadir is set to a +non-default value, and clarifies the documentation for setting pkgdatadir. + + 2.6.2 (October 28, 2023) ------------------------ diff --git a/configure.ac b/configure.ac index 2d503757..0ffd66f5 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # along with this program; if not, see . AC_PREREQ([2.71]) -AC_INIT([enchant],[2.6.2]) +AC_INIT([enchant],[2.6.3]) AC_CONFIG_SRCDIR(src/enchant.h) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([subdir-objects])