diff --git a/Makefile b/Makefile
index fb33f110..fe01f6de 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = github.com/named-data/YaNFD
-VERSION = 1.1.1.0
+VERSION = 1.2.0.0
# COMMIT = git rev-parse --short HEAD
# DATE != date
diff --git a/README.md b/README.md
index 8e4b5f6c..ce25f9a9 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,14 @@ It is compatible with existing NDN applications and utilizes the management tool
# Prerequisites
-YaNFD requires Go 1.18+, although it may be possible to use older versions of Go.
-Go will handle the installation of all other prerequisites.
+YaNFD requires [Go 1.18+](https://go.dev/doc/install), although it may be possible to use older versions of Go.
+Besides that, you will need `libpacp` and `g++` on Linux and MacOS. On Ubuntu, these libraries can be installed by:
+
+```bash
+sudo apt install build-essential pkg-config libpcap-dev
+```
+
+You may refer to [this](https://github.com/zjkmxy/YaNFD-docker) if you want to build a Docker image.
YaNFD has been developed and tested on Linux (namely, Ubuntu).
However, we have designed it with support for Windows, macOS, and BSD in mind.
diff --git a/cmd/yanfdui/versioninfo.json b/cmd/yanfdui/versioninfo.json
index 774af34a..6b84b60c 100644
--- a/cmd/yanfdui/versioninfo.json
+++ b/cmd/yanfdui/versioninfo.json
@@ -2,14 +2,14 @@
"FixedFileInfo": {
"FileVersion": {
"Major": 1,
- "Minor": 1,
- "Patch": 1,
+ "Minor": 2,
+ "Patch": 0,
"Build": 0
},
"ProductVersion": {
"Major": 1,
- "Minor": 1,
- "Patch": 1,
+ "Minor": 2,
+ "Patch": 0,
"Build": 0
},
"FileFlagsMask": "3f",
@@ -22,14 +22,14 @@
"Comments": "",
"CompanyName": "NDN Team",
"FileDescription": "The first NDN forwarder running on Windows.",
- "FileVersion": "v1.1.1.0",
+ "FileVersion": "v1.2.0.0",
"InternalName": "254XinyuMa.YaNFD",
"LegalCopyright": "Copyright (C) 2020-2022 Eric Newberry",
"LegalTrademarks": "",
"OriginalFilename": "main.go",
"PrivateBuild": "",
"ProductName": "YaNFD",
- "ProductVersion": "v1.1.1.0",
+ "ProductVersion": "v1.2.0.0",
"SpecialBuild": ""
},
"VarFileInfo": {
diff --git a/cmd/yanfdui/yanfdui.exe.manifest b/cmd/yanfdui/yanfdui.exe.manifest
index 7bfaabe1..e6571851 100644
--- a/cmd/yanfdui/yanfdui.exe.manifest
+++ b/cmd/yanfdui/yanfdui.exe.manifest
@@ -3,7 +3,7 @@