Skip to content

Commit

Permalink
Added library version information into header files.
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaGrebnov committed Feb 3, 2023
1 parent c0b2bba commit 3b618d1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/libsais.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Please see the file LICENSE for full copyright information.
#ifndef LIBSAIS_H
#define LIBSAIS_H 1

#define LIBSAIS_VERSION_MAJOR 2
#define LIBSAIS_VERSION_MINOR 7
#define LIBSAIS_VERSION_PATCH 1
#define LIBSAIS_VERSION_STRING "2.7.1"

#ifdef __cplusplus
extern "C" {
#endif
Expand Down
5 changes: 5 additions & 0 deletions src/libsais16.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Please see the file LICENSE for full copyright information.
#ifndef LIBSAIS16_H
#define LIBSAIS16_H 1

#define LIBSAIS16_VERSION_MAJOR 2
#define LIBSAIS16_VERSION_MINOR 7
#define LIBSAIS16_VERSION_PATCH 1
#define LIBSAIS16_VERSION_STRING "2.7.1"

#ifdef __cplusplus
extern "C" {
#endif
Expand Down
5 changes: 5 additions & 0 deletions src/libsais64.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Please see the file LICENSE for full copyright information.
#ifndef LIBSAIS64_H
#define LIBSAIS64_H 1

#define LIBSAIS64_VERSION_MAJOR 2
#define LIBSAIS64_VERSION_MINOR 7
#define LIBSAIS64_VERSION_PATCH 1
#define LIBSAIS64_VERSION_STRING "2.7.1"

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit 3b618d1

Please sign in to comment.