commit | d9b083e8253575bd0049d3ca4521a07817d0acf1 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Wed May 02 16:06:57 2018 -0400 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Thu May 03 09:25:10 2018 -0400 |
tree | 02dd4e3cdbf7a6f0b70ba899b033a7895927035a | |
parent | 7c4ad512a3fbf5f3d811f562c52adacd87fd0174 [diff] [blame] |
Prepare release 0.6.2 Change-Id: Ia5fefd6729fdf9cb5887a5165ba60614ab931280 Refs: #4564
diff --git a/wscript b/wscript index 502c1ee..96740c3 100644 --- a/wscript +++ b/wscript
@@ -3,7 +3,7 @@ from waflib import Context, Logs, Utils import os, subprocess -VERSION = '0.6.1' +VERSION = '0.6.2' APPNAME = 'ndn-cxx' PACKAGE_BUGREPORT = 'https://redmine.named-data.net/projects/ndn-cxx' PACKAGE_URL = 'http://named-data.net/doc/ndn-cxx/'