|
|
|||
File indexing completed on 2026-06-02 08:48:24
0001 /** 0002 * @file NumAVersion.h 0003 * @author Pawel Sznajder (NCBJ, Warsaw) 0004 * @date August 8, 2017 0005 * @version 1.0 0006 * 0007 * This file is used to define NumA++ version number and it is set by CMake. 0008 */ 0009 0010 #define NUMA_VERSION(major,minor,patch) (1000000*major + 1000*minor + patch) 0011 #define NUMA_VERSION_MAJOR 5 0012 #define NUMA_VERSION_MINOR 0 0013 #define NUMA_VERSION_PATCH 0 0014 #define NUMA_VERSION_CODE NUMA_VERSION(NUMA_VERSION_MAJOR, NUMA_VERSION_MINOR, NUMA_VERSION_PATCH) 0015 0016 #define NUMA_GIT_BRANCH "" 0017 #define NUMA_GIT_REVISION ""
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|