diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-03-31 16:13:46 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-03-31 16:13:46 +0900 |
commit | 502fcfcc46fe1362b30d311e2fc03bfe37a78dc8 (patch) | |
tree | ad36762c678778e53305b2891047f7b5e176866a | |
parent | a2b03ba7cb721d698bebee74c535dea4583a9c28 (diff) |
stringio-3.1.6 has been released
-rw-r--r-- | ext/stringio/stringio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 0c0f63aac7..89c1ff7c1b 100644 --- a/ext/stringio/stringio.c +++ b/ext/stringio/stringio.c @@ -13,7 +13,7 @@ **********************************************************************/ static const char *const -STRINGIO_VERSION = "3.1.6.dev"; +STRINGIO_VERSION = "3.1.6"; #include <stdbool.h> |