summaryrefslogtreecommitdiff
path: root/ext/nkf
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-22 11:13:53 +0900
committergit <svn-admin@ruby-lang.org>2024-01-22 03:30:12 +0000
commit5b109ff14d274d0599839c61c77b32628c2d1971 (patch)
tree80207545ea1ee5ee8469709693080d80bf4019e1 /ext/nkf
parent4a11f50f79e7fd592a300f46302e11f56e04a983 (diff)
[ruby/nkf] Bump up version to 0.2.0
https://github.com/ruby/nkf/commit/65506fecfd
Diffstat (limited to 'ext/nkf')
-rw-r--r--ext/nkf/nkf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/nkf/nkf.c b/ext/nkf/nkf.c
index 73b616a54f..3d1ad42e9f 100644
--- a/ext/nkf/nkf.c
+++ b/ext/nkf/nkf.c
@@ -9,7 +9,7 @@
#define RUBY_NKF_REVISION "$Revision$"
#define RUBY_NKF_VERSION NKF_VERSION " (" NKF_RELEASE_DATE ")"
-#define NKF_GEM_VERSION "0.1.3"
+#define NKF_GEM_VERSION "0.2.0"
#include "ruby/ruby.h"
#include "ruby/encoding.h"