commit | 0751bba88021b745c1a0ab7198efd279756c9a3c | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sat Jul 27 20:20:24 2024 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sat Jul 27 20:20:24 2024 -0400 |
tree | 1c9b258606f554c76cd894440873766faa70eeab | |
parent | 7fffb72de766109793fc874b52b524a8cfb2a8f8 [diff] [blame] |
Prepare release 0.9.0 Refs: #5323 Change-Id: Ifd67ae391221916679e79b7a321163792ca3af95
diff --git a/wscript b/wscript index 0f0ea01..1e18344 100644 --- a/wscript +++ b/wscript
@@ -4,7 +4,7 @@ import subprocess from waflib import Context, Logs, Utils -VERSION = '0.8.1' +VERSION = '0.9.0' APPNAME = 'ndn-cxx' GIT_TAG_PREFIX = 'ndn-cxx-'