Skip to content

Commit faec4c0

Browse files
committed
docs readme: update version
Signed-off-by: Zhenlin Wang <sanpeqf@gmail.com>
1 parent d001423 commit faec4c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Usage:
6464
```shell
6565
$ sdbd --help
6666
Usage: ./sdbd-reldbg [option] ...
67-
Simple Debug Bridge Daemon (SDBD) v0.5
67+
Simple Debug Bridge Daemon (SDBD) v0.6
6868
Hardware Acceleration: 'Arm Neon'
6969

7070
Options:

sdbd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#define MODULE_NAME "sdbd"
3939
#define bfdev_log_fmt(fmt) MODULE_NAME ": " fmt
4040

41-
#define SDBD_VERSION "v0.5"
41+
#define SDBD_VERSION "v0.6"
4242
#define SDBD_INFO MODULE_NAME "/" SDBD_VERSION
4343

4444
#ifndef DEBUG

0 commit comments

Comments
 (0)