commit | 782a1d1621a379ad05b84d635ade943655ffb9a9 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Wed May 02 16:23:26 2018 -0400 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Thu May 03 15:00:14 2018 -0400 |
tree | 2320f05f08b3577592a8635c7ecbea3ab1a88ed0 | |
parent | 67f797f9a3538bcdc6ef9e4259a9d4748f78a4cd [diff] [blame] |
Prepare release 0.6.2 Change-Id: I50c8479efa4fff6244f50555d8ff552530bc4509 Refs: #4564
diff --git a/wscript b/wscript index 43b1621..8a2efd4 100644 --- a/wscript +++ b/wscript
@@ -26,7 +26,7 @@ from waflib import Context, Logs, Utils import os, subprocess -VERSION = '0.6.1' +VERSION = '0.6.2' APPNAME = 'nfd' BUGREPORT = 'https://redmine.named-data.net/projects/nfd' URL = 'https://named-data.net/doc/NFD/'