Skip to content

Commit a5b6271

Browse files
committed
Development of 3.1.4 started.
1 parent 8011c58 commit a5b6271

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

9595
private static final String
96-
STRINGIO_VERSION = "3.1.3";
96+
STRINGIO_VERSION = "3.1.4";
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

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

1818
#include <stdbool.h>
1919

0 commit comments

Comments
 (0)