Skip to content

Commit

Permalink
Remove DEV tag from version
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-earthscope committed Aug 7, 2024
1 parent 144cdbb commit ac68221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libslink.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extern "C" {
@brief libslink version string */
#define LIBSLINK_VERSION LIBSLINK_STRINGIFY(LIBSLINK_VERSION_MAJOR) "." \
LIBSLINK_STRINGIFY(LIBSLINK_VERSION_MINOR) "." \
LIBSLINK_STRINGIFY(LIBSLINK_VERSION_PATCH) "DEV"
LIBSLINK_STRINGIFY(LIBSLINK_VERSION_PATCH) ""


/** @defgroup seedlink-connection SeedLink Connection */
Expand Down

0 comments on commit ac68221

Please sign in to comment.