commit | a3bf4319ed483a4a6fe2c96b79ec4491d7217f00 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Sun Sep 16 20:43:06 2018 -0400 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Mon Sep 17 23:50:23 2018 -0400 |
tree | 7bc2f9e1fc293a122734c0748f42ee9480b21aec | |
parent | d2c750b37a35d8c05022fed12959878f1c2bfe2c [diff] [blame] |
Prepare release 0.6.3 Change-Id: Ie4bc2812544224110eb371e4dd096fc1681ab1f0 Refs: #4727
diff --git a/wscript b/wscript index fa94ca3..e65ae22 100644 --- a/wscript +++ b/wscript
@@ -3,7 +3,7 @@ from waflib import Context, Logs, Utils import os, subprocess -VERSION = '0.6.2' +VERSION = '0.6.3' APPNAME = 'ndn-cxx' PACKAGE_BUGREPORT = 'https://redmine.named-data.net/projects/ndn-cxx' PACKAGE_URL = 'http://named-data.net/doc/ndn-cxx/'