Skip to content

Commit ee3ee1d

Browse files
committed
Development of 3.1.7 started.
1 parent 389f80b commit ee3ee1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private StringIOData getPtr() {
101101
}
102102

103103
private static final String
104-
STRINGIO_VERSION = "3.1.6";
104+
STRINGIO_VERSION = "3.1.7";
105105

106106
private static final int STRIO_READABLE = ObjectFlags.registry.newFlag(StringIO.class);
107107
private static final int STRIO_WRITABLE = ObjectFlags.registry.newFlag(StringIO.class);

ext/stringio/stringio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
**********************************************************************/
1414

1515
static const char *const
16-
STRINGIO_VERSION = "3.1.6";
16+
STRINGIO_VERSION = "3.1.7";
1717

1818
#include <stdbool.h>
1919

0 commit comments

Comments
 (0)