We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794b7c5 commit 11fd588Copy full SHA for 11fd588
src/include/pbd.h
@@ -28,7 +28,7 @@
28
/* Current version. */
29
#define MAJOR_VERSION 0
30
#define MINOR_VERSION 5
31
- #define RLSE_VERSION "-rc"
+ #define RLSE_VERSION ""
32
33
/* Arguments flags. */
34
#define FLG_SHOW_LINES 0x01
src/tests/test_func1_expected
@@ -1,4 +1,4 @@
1
-PBD (Printf Based Debugger) v0.5-rc
+PBD (Printf Based Debugger) v0.5
2
---------------------------------------
3
Debugging function func1:
4
0 commit comments