commit | c381bca7f6f5330ed9000ea6b1144e2b4487da25 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Sun Oct 15 14:51:49 2017 -0400 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Sun Oct 15 22:25:00 2017 -0400 |
tree | c2b184ad31a6b77c4fb6cc07b56070befcd13bdb | |
parent | 49650bef436e865231b00a5a4989cbf0eb10521f [diff] [blame] |
Prepare 0.6.0 release Change-Id: I4cea28b09b20f5359f0e2ddaf188b234b2b102f9 Refs: #4275
diff --git a/wscript b/wscript index af0748b..bcfe928 100644 --- a/wscript +++ b/wscript
@@ -3,7 +3,7 @@ from waflib import Logs, Utils, Context import os -VERSION = "0.5.1" +VERSION = "0.6.0" APPNAME = "ndn-cxx" PACKAGE_BUGREPORT = "https://redmine.named-data.net/projects/ndn-cxx" PACKAGE_URL = "http://named-data.net/doc/ndn-cxx/"