We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d001423 commit faec4c0Copy full SHA for faec4c0
2 files changed
README.md
@@ -64,7 +64,7 @@ Usage:
64
```shell
65
$ sdbd --help
66
Usage: ./sdbd-reldbg [option] ...
67
-Simple Debug Bridge Daemon (SDBD) v0.5
+Simple Debug Bridge Daemon (SDBD) v0.6
68
Hardware Acceleration: 'Arm Neon'
69
70
Options:
sdbd.c
@@ -38,7 +38,7 @@
38
#define MODULE_NAME "sdbd"
39
#define bfdev_log_fmt(fmt) MODULE_NAME ": " fmt
40
41
-#define SDBD_VERSION "v0.5"
+#define SDBD_VERSION "v0.6"
42
#define SDBD_INFO MODULE_NAME "/" SDBD_VERSION
43
44
#ifndef DEBUG
0 commit comments