forked from ruby-prof/ruby-prof
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Charlie Savage
committed
Jan 7, 2013
1 parent
a511de5
commit a977386
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* Copyright (C) 2005-2013 Shugo Maeda <[email protected]> and Charlie Savage <[email protected]> | ||
Please see the LICENSE file for copyright and distribution information */ | ||
|
||
#define RUBY_PROF_VERSION "0.12.0" // as a string, for easy parsing from rake files | ||
#define RUBY_PROF_VERSION "0.12.1" // as a string, for easy parsing from rake files | ||
#define RUBY_PROF_VERSION_MAJ 0 | ||
#define RUBY_PROF_VERSION_MIN 12 | ||
#define RUBY_PROF_VERSION_MIC 0 | ||
#define RUBY_PROF_VERSION_MIC 1 |