summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-07-08 18:29:03 +0900
committergit <svn-admin@ruby-lang.org>2023-10-04 02:50:15 +0000
commite501613efa2b010d6d697a4df264a2cb6f4978fb (patch)
tree2bac52e6f821d8e8b22cf8b5c4d3cea6083bb7cb
parentd3fd4a6d32d89aaa566732dd7b62bd6065f7449e (diff)
[ruby/bigdecimal] Bump up to 3.1.5
https://github.com/ruby/bigdecimal/commit/c47802e813
-rw-r--r--ext/bigdecimal/bigdecimal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c
index bcfa400539..0a60f36cf5 100644
--- a/ext/bigdecimal/bigdecimal.c
+++ b/ext/bigdecimal/bigdecimal.c
@@ -31,7 +31,7 @@
#include "bits.h"
#include "static_assert.h"
-#define BIGDECIMAL_VERSION "3.1.4"
+#define BIGDECIMAL_VERSION "3.1.5"
/* #define ENABLE_NUMERIC_STRING */