NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
version.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26 #ifndef NFD_VERSION_HPP
27 #define NFD_VERSION_HPP
28 
29 namespace nfd {
30 
35 // To change version number, modify VERSION variable in top-level wscript.
36 
41 #define NFD_VERSION 2000
42 
47 #define NFD_VERSION_STRING "0.2.0"
48 
63 #define NFD_VERSION_BUILD_STRING "0.2.0-100-ga22a217"
64 
66 #define NFD_VERSION_MAJOR 0
67 #define NFD_VERSION_MINOR 2
69 #define NFD_VERSION_PATCH 0
71 
72 } // namespace nfd
73 
74 #endif // NFD_VERSION_HPP