commit | 5946ed104b3e476d2de41bdc45da127efc5cfc53 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jan 19 23:41:39 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Feb 02 14:09:55 2015 -0800 |
tree | df58944f341db65417146dd79e2857a5df51587b | |
parent | cf3a667634ef93c47c0ef3056a01c47112e49427 [diff] [blame] |
docs: Prepare release notes for version 0.3.0 Change-Id: I25c1105546ac0c2108225cd578d88bbccec89cfc Refs: #2463, #2209, #2352
diff --git a/wscript b/wscript index d4fcb82..ca0e461 100644 --- a/wscript +++ b/wscript
@@ -3,7 +3,7 @@ from waflib import Logs, Utils, Context import os -VERSION = "0.2.0" +VERSION = "0.3.0" APPNAME = "ndn-cxx" PACKAGE_BUGREPORT = "http://redmine.named-data.net/projects/ndn-cxx" PACKAGE_URL = "http://named-data.net/doc/ndn-cxx/"