Skip to content

Commit

Permalink
Cut release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1ff committed Jul 2, 2024
1 parent 14d5ba2 commit 2f0e084
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 13 deletions.
7 changes: 6 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
2024-07-02 Michael Herstine <[email protected]>

Add additional test cases for Berghel & Roach.
Cut release 0.2.2

Prep the branch for merge.
- Add additional test cases for Berghel & Roach
- Update NEWS
- Update ChangeLog

2024-07-02 Michael Herstine <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2020-2021 Michael Herstine <[email protected]>
# Copyright (C) 2020-2024 Michael Herstine <[email protected]>

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dnl Copyright (C) 2020-2021 Michael Herstine <[email protected]>
dnl Copyright (C) 2020-2024 Michael Herstine <[email protected]>

dnl This program is free software: you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
Expand All @@ -13,7 +13,7 @@ dnl General Public License for more details.
dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see https://www.gnu.org/licenses/.

AC_INIT([damerau levenshtein], [0.2.1], [[email protected]], [], [https://github.com/sp1ff/damerau-levenshtein])
AC_INIT([damerau levenshtein], [0.2.2], [[email protected]], [], [https://github.com/sp1ff/damerau-levenshtein])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/dl.cc])
AM_INIT_AUTOMAKE([-Wall -Werror gnits std-options dist-bzip2 dist-xz])
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2020-2021 Michael Herstine <[email protected]>
# Copyright (C) 2020-2024 Michael Herstine <[email protected]>

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/br.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
// Copyright (C) 2020-2024 Michael Herstine <[email protected]>

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/br.hh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
// Copyright (C) 2020-2024 Michael Herstine <[email protected]>

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/dl.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
// Copyright (C) 2020-2024 Michael Herstine <[email protected]>

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/lw.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
// Copyright (C) 2020-2024 Michael Herstine <[email protected]>

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/lw.hh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
// Copyright (C) 2020-2024 Michael Herstine <[email protected]>

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/uk.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
// Copyright (C) 2020-2024 Michael Herstine <[email protected]>

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/uk.hh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
// Copyright (C) 2020-2024 Michael Herstine <[email protected]>

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2020-2021 Michael Herstine <[email protected]>
# Copyright (C) 2020-2024 Michael Herstine <[email protected]>

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 2f0e084

Please sign in to comment.