We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273520c commit d99ae3eCopy full SHA for d99ae3e
include/resizable_buffer.h
@@ -7,6 +7,11 @@
7
#include <string.h>
8
#include <unistd.h>
9
10
+#define RESIZABLE_BUFFER_VERSION_MAJOR 1
11
+#define RESIZABLE_BUFFER_VERSION_MINOR 0
12
+#define RESIZABLE_BUFFER_VERSION_PATCH 0
13
+#define RESIZABLE_BUFFER_VERSION_STRING "1.0.0"
14
+
15
// Refer: https://github.com/XadillaX/node-sfml/blob/main/src/resizable_buffer.h
16
namespace rb {
17
0 commit comments