Skip to content

Commit 3f56884

Browse files
committed
Development of 3.1.5 started.
1 parent 1f6c576 commit 3f56884

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
@@ -101,7 +101,7 @@ private StringIOData getPtr() {
101101
}
102102

103103
private static final String
104-
STRINGIO_VERSION = "3.1.4";
104+
STRINGIO_VERSION = "3.1.5";
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

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.1.4";
16+
STRINGIO_VERSION = "3.1.5";
1717

1818
#include <stdbool.h>
1919

0 commit comments

Comments
 (0)