Skip to content

Commit

Permalink
fixed typo in versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
feizheng10 committed Mar 1, 2021
1 parent 7f1fa09 commit 336f6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/include/hipfft-version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

// clang-format off
#define hipfftVersionMajor @hipfft_VERSION_MAJOR@
#define hipffteVersionMinor @hipfft_VERSION_MINOR@
#define hipfftVersionMinor @hipfft_VERSION_MINOR@
#define hipfftVersionPatch @hipfft_VERSION_PATCH@
#define hipfftVersionTweak @hipfft_VERSION_TWEAK@
// clang-format on
Expand Down

0 comments on commit 336f6a1

Please sign in to comment.