commit | a5c5a13470d6c0190efd21df8e83f18bf33a876a | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Mar 03 14:28:49 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Mar 03 20:12:07 2015 -0800 |
tree | ce37d1a4b08a1fe7d032f23fb3eeb0d186cbea84 | |
parent | ed545b3b78a82177613d48b09be2a50a670ed888 [diff] [blame] |
build: Update version number to 0.3.1 Change-Id: Iebd1ef1cfdc95e9890e8a6017eb77be37aae6c93 Refs: #2588
diff --git a/wscript b/wscript index 5466d04..af9b841 100644 --- a/wscript +++ b/wscript
@@ -3,7 +3,7 @@ from waflib import Logs, Utils, Context import os -VERSION = "0.3.0" +VERSION = "0.3.1" APPNAME = "ndn-cxx" PACKAGE_BUGREPORT = "http://redmine.named-data.net/projects/ndn-cxx" PACKAGE_URL = "http://named-data.net/doc/ndn-cxx/"