Skip to content

Commit

Permalink
Bumping Version (v0.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Theldus committed Jun 19, 2020
1 parent fdfbcfe commit 720268f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/include/pbd.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/* Current version. */
#define MAJOR_VERSION 0
#define MINOR_VERSION 6
#define MINOR_VERSION 7
#define RLSE_VERSION ""

/* Arguments flags. */
Expand Down
4 changes: 2 additions & 2 deletions src/man/man1/pbd.1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.\" OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
.\" SOFTWARE.
.\"
.TH "PBD" "1" "2020-06-11" "v0.6" "pbd man page"
.TH "PBD" "1" "2020-06-18" "v0.7" "pbd man page"
.SH NAME
pbd \- Printf Based Debugger
.SH SYNOPSIS
Expand Down Expand Up @@ -104,7 +104,7 @@ in this case, PBD *will* note the changes, but will identify a wrong line
number, in most cases, a number greater than the expected.
.SH NOTES
.PP
At the current release (v0.6) PBD have some points that need some hightlights:
At the current release (v0.7) PBD have some points that need some hightlights:
.PP
Supported compilers (others might work):
.RS 2
Expand Down
2 changes: 1 addition & 1 deletion src/tests/outputs/test_func1_expected
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PBD (Printf Based Debugger) v0.6
PBD (Printf Based Debugger) v0.7
---------------------------------------
Debugging function func1:

Expand Down

0 comments on commit 720268f

Please sign in to comment.