aboutsummaryrefslogtreecommitdiffstats
path: root/oniguruma.h
diff options
context:
space:
mode:
authorksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-05 10:40:54 +0000
committerksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-05 10:40:54 +0000
commit62a7fde33b7c6055f2da8654b67a0993e9a96013 (patch)
tree9004bf74c0daeb3d2a95ac78e8aac5318e71644c /oniguruma.h
parent14b890313732c681c76c4ea13fd291954b779956 (diff)
downloadruby-62a7fde33b7c6055f2da8654b67a0993e9a96013.tar.gz
* regparse.c, oniguruma.h: imported Oni Guruma 2.2.6.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'oniguruma.h')
-rw-r--r--oniguruma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/oniguruma.h b/oniguruma.h
index b9c5ad8cd4..3daec9d49b 100644
--- a/oniguruma.h
+++ b/oniguruma.h
@@ -11,7 +11,7 @@
#define ONIGURUMA
#define ONIGURUMA_VERSION_MAJOR 2
#define ONIGURUMA_VERSION_MINOR 2
-#define ONIGURUMA_VERSION_TEENY 5
+#define ONIGURUMA_VERSION_TEENY 6
#ifndef P_
#if defined(__STDC__) || defined(_WIN32)