Skip to content

Commit 11fd588

Browse files
committed
Preparing for Release
1 parent 794b7c5 commit 11fd588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/include/pbd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/* Current version. */
2929
#define MAJOR_VERSION 0
3030
#define MINOR_VERSION 5
31-
#define RLSE_VERSION "-rc"
31+
#define RLSE_VERSION ""
3232

3333
/* Arguments flags. */
3434
#define FLG_SHOW_LINES 0x01

src/tests/test_func1_expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PBD (Printf Based Debugger) v0.5-rc
1+
PBD (Printf Based Debugger) v0.5
22
---------------------------------------
33
Debugging function func1:
44

0 commit comments

Comments
 (0)