Skip to content

Commit

Permalink
Bump version to 2.6.2 and add NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Oct 28, 2023
1 parent 692326e commit f707c10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.6.2 (October 28, 2023)
------------------------

This version documents exclude files: each personal word list is paired with
an exclude file that contains words the user considers invalid.


2.6.1 (September 24, 2023)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# along with this program; if not, see <https://www.gnu.org/licenses/>.

AC_PREREQ([2.71])
AC_INIT([enchant],[2.6.1])
AC_INIT([enchant],[2.6.2])
AC_CONFIG_SRCDIR(src/enchant.h)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([subdir-objects])
Expand Down

0 comments on commit f707c10

Please sign in to comment.