Skip to content

Commit c3d72ea

Browse files
Update bfft.h
1 parent a9d7f91 commit c3d72ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/bfft/bfft.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
extern "C" {
88
#endif
99

10-
#define BFFT_VERSION_MAJOR 0
11-
#define BFFT_VERSION_MINOR 1
10+
#define BFFT_VERSION_MAJOR 1
11+
#define BFFT_VERSION_MINOR 0
1212
#define BFFT_VERSION_PATCH 0
1313

1414
/* Opaque transform plan. Create with bfft_plan_create and destroy with

0 commit comments

Comments
 (0)