commit | b72360faeed901daee24c6ff8df5918e225f702e | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Mon Jan 28 14:17:11 2019 -0500 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Mon Feb 04 13:30:04 2019 -0500 |
tree | 2a4270ffc25e1f3342c1c8ab8368750520c5a772 | |
parent | 80609d44c3edc0dd37f9912a639eb9c27c93b493 [diff] [blame] |
Prepare release 0.6.5 Change-Id: Ifc28a3a32d572b2455353bf164427ca2d37aebf9 Refs: #4821
diff --git a/wscript b/wscript index c0f0f18..8a5a252 100644 --- a/wscript +++ b/wscript
@@ -3,7 +3,7 @@ from waflib import Context, Logs, Utils import os, subprocess -VERSION = '0.6.3' +VERSION = '0.6.5' APPNAME = 'ndn-cxx' PACKAGE_BUGREPORT = 'https://redmine.named-data.net/projects/ndn-cxx' PACKAGE_URL = 'http://named-data.net/doc/ndn-cxx/'