Skip to content

Commit

Permalink
Update version to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-earthscope committed Nov 28, 2024
1 parent 2916d1e commit ed97d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libslink.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
extern "C" {
#endif

#define LIBSLINK_RELEASE "2024.243" /**< libslink release date */
#define LIBSLINK_RELEASE "2024.333" /**< libslink release date */
#define LIBSLINK_VERSION_MAJOR 4 /**< libslink major version */
#define LIBSLINK_VERSION_MINOR 1 /**< libslink minor version */
#define LIBSLINK_VERSION_PATCH 0 /**< libslink patch version */
#define LIBSLINK_VERSION_PATCH 1 /**< libslink patch version */
#define LIBSLINK_STRINGIFY(a) LIBSLINK_XSTRINGIFY(a)
#define LIBSLINK_XSTRINGIFY(a) #a
/** @def LIBSLINK_VERSION
Expand Down

0 comments on commit ed97d59

Please sign in to comment.