ext/thread_frame.c in rb-threadframe-0.35 vs ext/thread_frame.c in rb-threadframe-0.36
- old
+ new
@@ -4,10 +4,10 @@
* Access to Ruby's rb_control_frame_t and methods for working with that.
* Things like getting a binding for a control frame.
*/
/* What release we got? */
-#define THREADFRAME_VERSION "0.35"
+#define THREADFRAME_VERSION "0.36"
#include <string.h>
#include "../include/vm_core_mini.h" /* Pulls in ruby.h and node.h */
#include "proc_extra.h"
#include "iseq_extra.h"