commit | 374f4e47b57bc41b4fca4887518c39f5c165cdaa | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@cs.ucla.edu> | Sun Oct 04 14:15:39 2020 -0700 |
committer | Eric Newberry <enewberry@cs.ucla.edu> | Thu Oct 08 16:20:15 2020 -0700 |
tree | 877c26709f21f0be34302a4d62f17fbfd669fd3a | |
parent | 02ec47c8ac9d6d181f6965352a94c0b0fd03f65c [diff] [blame] |
Prepare release 0.7.1 refs #5129 Change-Id: Idb9c7ccbf764be3d61b9a58dd0bd4ecfca5c63d5
diff --git a/wscript b/wscript index 3a20b77..5000266 100644 --- a/wscript +++ b/wscript
@@ -3,7 +3,7 @@ from waflib import Context, Logs, Utils import os, subprocess -VERSION = '0.7' +VERSION = '0.7.1' APPNAME = 'ndn-tools' GIT_TAG_PREFIX = 'ndn-tools-'