Skip to content

Commit 5af77c1

Browse files
committed
Bump version to 1.1.0
1 parent ee5c807 commit 5af77c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zlib/zlib.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# define VALGRIND_MAKE_MEM_UNDEFINED(p, n) 0
2626
#endif
2727

28-
#define RUBY_ZLIB_VERSION "1.0.0"
28+
#define RUBY_ZLIB_VERSION "1.1.0"
2929

3030
#ifndef RB_PASS_CALLED_KEYWORDS
3131
# define rb_class_new_instance_kw(argc, argv, klass, kw_splat) rb_class_new_instance(argc, argv, klass)

0 commit comments

Comments
 (0)