blob: 34b65de9093066a9c78f99c3e6bbb0f9daf58506 [file] [log] [blame]
Jeff Thompsonfa306642013-06-17 15:06:57 -07001/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
2/*
3 * Copyright (c) 2013, Regents of the University of California
4 * Alexander Afanasyev
5 *
6 * BSD license, See the LICENSE file for more information
7 *
8 * Author: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
9 */
10
11#ifndef NDN_CXX_VERSION_H
12#define NDN_CXX_VERSION_H
13
14// NDN_CXX_VERSION % 100 is the minor version
15// NDN_CXX_VERSION / 100 % 1000 is the major version
16
17#define NDN_CXX_VERSION 0001
18
19#define NDN_CXX_VERSION_MAJOR 0
20#define NDN_CXX_VERSION_MINOR 1
21
22#endif // NDN_CXX_VERSION_H