We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9884b11 + e312b68 commit d9f08ffCopy full SHA for d9f08ff
data/version/version.json
@@ -1,3 +1,3 @@
1
{
2
- "version": "0.0.0"
+ "version": "0.2.0"
3
}
docs/REQUREMENTS.md
@@ -11,6 +11,7 @@ so keep that in mind when compiling and running this program.
11
* Makefile
12
* libpcap-dev on Debian, libpcap-devel on Fedora
13
* argp (Used for parsing arguments from terminal)
14
+* cjson (https://github.com/DaveGamble/cJSON)
15
<!-- * libcap-dev (Used to check permissions) Currently not in use -->
16
17
# Optional
0 commit comments