Skip to content

Commit b9da3fe

Browse files
committed
Development of 3.1.3 started.
1 parent 7cc9fb1 commit b9da3fe

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
@@ -93,7 +93,7 @@ static class StringIOData {
9393
StringIOData ptr;
9494

9595
private static final String
96-
STRINGIO_VERSION = "3.1.2";
96+
STRINGIO_VERSION = "3.1.3";
9797

9898
private static final int STRIO_READABLE = ObjectFlags.registry.newFlag(StringIO.class);
9999
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.2";
16+
STRINGIO_VERSION = "3.1.3";
1717

1818
#include <stdbool.h>
1919

0 commit comments

Comments
 (0)