Skip to content

Commit bfcd78d

Browse files
committed
Make version constants consistent
1 parent d4702bd commit bfcd78d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stemming.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace stemming
3535
constexpr int SNOWBALL_MAJOR_VERSION = 2;
3636
/// @brief The Snowball standard implemented by the library
3737
/// (minor version).
38-
constexpr int SNOWBALL_STEM_MINOR_VERSION = 3;
38+
constexpr int SNOWBALL_MINOR_VERSION = 3;
3939

4040
/// @brief Languages available for stemming.
4141
enum class stemming_type

0 commit comments

Comments
 (0)