Skip to content

Commit

Permalink
Fix or1kiss version macro
Browse files Browse the repository at this point in the history
  • Loading branch information
janweinstock committed Apr 10, 2022
1 parent fe0f095 commit aa21a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/or1kiss/version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define OR1KISS_GIT_REV "@OR1KISS_GIT_REV@"
#define OR1KISS_GIT_REV_SHORT "@OR1KISS_GIT_REV_SHORT@"

#define OR1KISS_VERSION @OR1KISS_VERSION_NO@
#define OR1KISS_VERSION @OR1KISS_VERSION_INT@
#define OR1KISS_VERSION_STRING "@OR1KISS_VERSION_STRING@"

#endif

0 comments on commit aa21a1f

Please sign in to comment.