Skip to content

Commit 25b7a04

Browse files
committed
Add version constants
1 parent 518b37b commit 25b7a04

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/stemming.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
/// @brief Namespace for stemming classes.
1919
namespace stemming
2020
{
21+
constexpr int OLEANDER_STEM_MAJOR_VERSION = 2023;
22+
constexpr int OLEANDER_STEM_MINOR_VERSION = 1;
23+
constexpr int OLEANDER_STEM_PATCH_VERSION = 0;
24+
constexpr int OLEANDER_STEM_TWEAK_VERSION = 0;
25+
2126
/// @brief Languages available for stemming.
2227
enum class stemming_type
2328
{

0 commit comments

Comments
 (0)