commit | 778ad714f0d6dff8f5e75bdfea2658002b95bbd1 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Thu Jan 27 14:01:55 2022 -0500 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Tue Feb 15 11:24:18 2022 -0500 |
tree | 7e76a93d4527461c90f5babb25595f42037b7919 | |
parent | fbea4fc83da1c3450ccbb5f0e3e2d5fbf9605961 [diff] [blame] |
Prepare release 0.8.0 Change-Id: I4fd006cc7f8f1a672b6cf0ddd422a4653da6d87f Refs: #5172
diff --git a/wscript b/wscript index 67cd3a9..ebdf2b3 100644 --- a/wscript +++ b/wscript
@@ -3,7 +3,7 @@ from waflib import Context, Logs, Utils import os, subprocess -VERSION = '0.7.1' +VERSION = '0.8.0' APPNAME = 'ndn-cxx' PACKAGE_BUGREPORT = 'https://redmine.named-data.net/projects/ndn-cxx' PACKAGE_URL = 'http://named-data.net/doc/ndn-cxx/'