Skip to content

Commit 720268f

Browse files
committed
Bumping Version (v0.7)
1 parent fdfbcfe commit 720268f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/include/pbd.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
/* Current version. */
2929
#define MAJOR_VERSION 0
30-
#define MINOR_VERSION 6
30+
#define MINOR_VERSION 7
3131
#define RLSE_VERSION ""
3232

3333
/* Arguments flags. */

src/man/man1/pbd.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.\" OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
.\" SOFTWARE.
2222
.\"
23-
.TH "PBD" "1" "2020-06-11" "v0.6" "pbd man page"
23+
.TH "PBD" "1" "2020-06-18" "v0.7" "pbd man page"
2424
.SH NAME
2525
pbd \- Printf Based Debugger
2626
.SH SYNOPSIS
@@ -104,7 +104,7 @@ in this case, PBD *will* note the changes, but will identify a wrong line
104104
number, in most cases, a number greater than the expected.
105105
.SH NOTES
106106
.PP
107-
At the current release (v0.6) PBD have some points that need some hightlights:
107+
At the current release (v0.7) PBD have some points that need some hightlights:
108108
.PP
109109
Supported compilers (others might work):
110110
.RS 2

src/tests/outputs/test_func1_expected

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PBD (Printf Based Debugger) v0.6
1+
PBD (Printf Based Debugger) v0.7
22
---------------------------------------
33
Debugging function func1:
44

0 commit comments

Comments
 (0)