diff --git a/CHANGES b/CHANGES index b6fbd6c8..b8974dd8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +0.10.7 +====================== +Fix a bug with REE's GC stats. Issue #53 [thanks graaff] + +0.10.6 +====================== +Slightly more normalized url for linux/windows links to files. + 0.10.5 ======================= 1.8.6 compat for -v command (bug fix) diff --git a/ext/ruby_prof/version.h b/ext/ruby_prof/version.h index 0a4c8264..17eaf22f 100644 --- a/ext/ruby_prof/version.h +++ b/ext/ruby_prof/version.h @@ -1,4 +1,4 @@ -#define RUBY_PROF_VERSION "0.10.6" // for easy parsing from rake files +#define RUBY_PROF_VERSION "0.10.7" // for easy parsing from rake files #define RUBY_PROF_VERSION_MAJ 0 #define RUBY_PROF_VERSION_MIN 10 -#define RUBY_PROF_VERSION_MIC 6 +#define RUBY_PROF_VERSION_MIC 7