summaryrefslogtreecommitdiff
path: root/prism/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'prism/options.h')
-rw-r--r--prism/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/prism/options.h b/prism/options.h
index d0b46a0864..a623ae0b83 100644
--- a/prism/options.h
+++ b/prism/options.h
@@ -49,8 +49,8 @@ typedef enum {
/** The current version of prism. */
PM_OPTIONS_VERSION_LATEST = 0,
- /** The vendored version of prism in CRuby 3.3.0. */
- PM_OPTIONS_VERSION_CRUBY_3_3_0 = 1
+ /** The vendored version of prism in CRuby 3.3.x. */
+ PM_OPTIONS_VERSION_CRUBY_3_3 = 1
} pm_options_version_t;
/**