commit | bdfb53aa09be3b0095b5392c0c24bef23c291e2f | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@cs.ucla.edu> | Thu Oct 01 10:43:46 2020 -0700 |
committer | Eric Newberry <enewberry@cs.ucla.edu> | Thu Oct 08 16:19:10 2020 -0700 |
tree | 448ffdf5d934f8c2e0a90700e3d6fe66551a1113 | |
parent | 287a7faad923ec6ebf564abaf97ace29d121031c [diff] [blame] |
Prepare release 0.7.1 refs #5129 Change-Id: I3c86a1fb10e542f825c92bd0d935a2814fea1f04
diff --git a/wscript b/wscript index 03cd636..fc739f8 100644 --- a/wscript +++ b/wscript
@@ -3,7 +3,7 @@ from waflib import Context, Logs, Utils import os, subprocess -VERSION = '0.7.0' +VERSION = '0.7.1' APPNAME = 'ndn-cxx' PACKAGE_BUGREPORT = 'https://redmine.named-data.net/projects/ndn-cxx' PACKAGE_URL = 'http://named-data.net/doc/ndn-cxx/'