We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d7f91 commit c3d72eaCopy full SHA for c3d72ea
1 file changed
include/bfft/bfft.h
@@ -7,8 +7,8 @@
7
extern "C" {
8
#endif
9
10
-#define BFFT_VERSION_MAJOR 0
11
-#define BFFT_VERSION_MINOR 1
+#define BFFT_VERSION_MAJOR 1
+#define BFFT_VERSION_MINOR 0
12
#define BFFT_VERSION_PATCH 0
13
14
/* Opaque transform plan. Create with bfft_plan_create and destroy with
0 commit comments