Skip to content

Commit c9cd1c9

Browse files
committed
Development of 3.2.1 started.
1 parent fd9fbc3 commit c9cd1c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/java/org/jruby/ext/stringio/StringIO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private StringIOData getPtr() {
102102
}
103103

104104
private static final String
105-
STRINGIO_VERSION = "3.2.0";
105+
STRINGIO_VERSION = "3.2.1";
106106

107107
private static final byte STRIO_READABLE = 1;
108108
private static final byte STRIO_WRITABLE = 2;

ext/stringio/stringio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
**********************************************************************/
1414

1515
static const char *const
16-
STRINGIO_VERSION = "3.2.0";
16+
STRINGIO_VERSION = "3.2.1";
1717

1818
#include <stdbool.h>
1919

0 commit comments

Comments
 (0)