commit | 3dc9fd0b826b80d2e2bd40901875748e2ceaa5d3 | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@cs.ucla.edu> | Thu Oct 01 10:47:04 2020 -0700 |
committer | Eric Newberry <enewberry@cs.ucla.edu> | Thu Oct 08 16:41:45 2020 -0700 |
tree | df9dfe93e9e6514f793406d46fd6001a1ac419a2 | |
parent | c0c089314bcc0daa171d983e584e5881322d76f6 [diff] [blame] |
Prepare release 0.7.1 refs #5129 Change-Id: Iba2703bdc5153024dbdfcb7e4c043f52964736f9
diff --git a/wscript b/wscript index 42e87c4..15cb62d 100644 --- a/wscript +++ b/wscript
@@ -26,7 +26,7 @@ from waflib import Context, Logs, Utils import os, subprocess -VERSION = '0.7.0' +VERSION = '0.7.1' APPNAME = 'nfd' BUGREPORT = 'https://redmine.named-data.net/projects/nfd' URL = 'https://named-data.net/doc/NFD/'