Skip to content

Commit db33241

Browse files
devin-ai-integration[bot]ColtonWilley
authored andcommitted
Fix version.h to include hex version directly to prevent changes after builds
Co-Authored-By: colton@wolfssl.com <colton@wolfssl.com>
1 parent b153814 commit db33241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/wolfprovider/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extern "C" {
2828
#endif
2929

3030
#define LIBWOLFPROV_VERSION_STRING "1.0.2"
31-
#define LIBWOLFPROV_VERSION_HEX @HEX_VERSION@
31+
#define LIBWOLFPROV_VERSION_HEX 0x01000002
3232

3333
#ifdef __cplusplus
3434
}

0 commit comments

Comments
 (0)