Skip to content

Commit ed88167

Browse files
committed
Edit README.md
1 parent 06e005e commit ed88167

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# bpatch
22

3-
## overview
3+
## Overview
44
Application to generate a patch between two binary files without compression. The differential algorithm is based on the bash command DIFF.
55
It is available a Python application to encode (generate the patch) and decode (rebuild the new firmware) options. The decode is based on a C code.
66

7-
## prerequisite
7+
## Prerequisite
88
The application works only on Linux operating system
99

10-
## how to configure
10+
## How to configure
1111
It is available a script to build and configure the Python script
1212

1313
sh configure.sh
@@ -174,4 +174,14 @@ Fields of CSV report:
174174

175175
## Test environment
176176

177-
It is present a **test** folder when the application can be tested and assessed on firmwares
177+
It is present a **test** folder when the application can be tested and assessed on firmwares
178+
179+
180+
## Versioning
181+
We use M.m.p as a verdioning system.
182+
183+
- M = Major
184+
- m = minor
185+
- p = patch
186+
187+
There is always back compatibility among minor version and patches only fix possible bugs

0 commit comments

Comments
 (0)