Skip to content

Commit 8be1fe2

Browse files
committed
Bump to 0.18.1
1 parent 024bfad commit 8be1fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sketch/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#define SKETCH_SHIFT 8
5050
#define SKETCH_MAJOR 0
5151
#define SKETCH_MINOR 18
52-
#define SKETCH_REVISION 0
52+
#define SKETCH_REVISION 1
5353
#define SKETCH_VERSION_INTEGER ((((SKETCH_MAJOR << SKETCH_SHIFT) | SKETCH_MINOR) << SKETCH_SHIFT) | SKETCH_REVISION)
5454
#define SKETCH_VERSION SKETCH_MAJOR.SKETCH_MINOR##SKETCH_REVISION
5555
#define SKETCH_VERSION_STR sk__xstr__(SKETCH_MAJOR.SKETCH_MINOR.SKETCH_REVISION)

0 commit comments

Comments
 (0)