commit | cf8ffd495a51fc9a1fecc9ee20b4a5a82dcbd850 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Sun Dec 29 17:58:53 2019 -0800 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Mon Jan 13 13:22:16 2020 -0500 |
tree | 727ecf4e554ec94b8c9d90bbca5c94839f192228 | |
parent | a39c0b5c48d276c5aca88c5148786ffd9eccaee8 [diff] [blame] |
Prepare release 0.7.0 Change-Id: Id6bba5f9b83c3f317f5ee81b170bc5ce50806a29 Refs: #5045
diff --git a/wscript b/wscript index d04c8bc..b1b0129 100644 --- a/wscript +++ b/wscript
@@ -3,7 +3,7 @@ from waflib import Context, Logs, Utils import os, subprocess -VERSION = '0.6.6' +VERSION = '0.7.0' APPNAME = 'ndn-cxx' PACKAGE_BUGREPORT = 'https://redmine.named-data.net/projects/ndn-cxx' PACKAGE_URL = 'http://named-data.net/doc/ndn-cxx/'