Skip to content

Commit

Permalink
Clarify wording about definition of OQS_VERSION_PRE_RELEASE
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Stebila <dstebila@users.noreply.github.com>
  • Loading branch information
dstebila authored Nov 25, 2024
1 parent 33065bc commit d7acb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oqsconfig.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define OQS_VERSION_MINOR @OQS_VERSION_MINOR@
#define OQS_VERSION_PATCH @OQS_VERSION_PATCH@
/**
* OQS_VERSION_PRE_RELEASE is defined if this is a pre-release version of liboqs, otherwise it is empty.
* OQS_VERSION_PRE_RELEASE is defined if this is a pre-release version of liboqs, otherwise it is undefined.
* Examples: "-dev" or "-rc1".
*/
#cmakedefine OQS_VERSION_PRE_RELEASE "@OQS_VERSION_PRE_RELEASE@"
Expand Down

0 comments on commit d7acb91

Please sign in to comment.