threaddb  2.0
A file mapped memory container extension
version.h
Go to the documentation of this file.
1 /*
2  Copyright (c) 2019 by The ThreadDB Project
3  All Rights Reserved.
4 
5  ThreadDB undergoes the BSD License 2.0. You should have received a copy along with this program; if not, write to the ThreadDB Project.
6  To obtain a full unlimited version contact thethreaddbproject(at)gmail.com.
7 
8  version.h - Version information
9 */
10 
11 #pragma once
12 
13 #define TDB_MAJOR 1
14 #define TDB_MINOR 0
15 #define TDB_PATCH "193"
16 #define TDB_STATE "(unlicensed)"