Skip to content

Commit d99ae3e

Browse files
committed
chore: bump to v1.0.0
1 parent 273520c commit d99ae3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/resizable_buffer.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
#include <string.h>
88
#include <unistd.h>
99

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+
1015
// Refer: https://github.com/XadillaX/node-sfml/blob/main/src/resizable_buffer.h
1116
namespace rb {
1217

0 commit comments

Comments
 (0)