Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayVersion.h
Go to the documentation of this file.
1 //
9 //
10 
11 #ifndef GRAY_VERSION_N
12 #ifndef NO_PRAGMA_ONCE
13 #pragma once
14 #endif
15 
16 #define GRAY_COMPANY "Menasoft"
17 #define GRAY_COPYRIGHT "Copyright 1992 - 2020 Dennis Robinson (http://www.menasoft.com)"
18 
19 #define GRAY_VERSION_N 1604
20 #define GRAY_VERSION_S "1.604"
21 #define GRAY_VERSION_RC 1,6,0,4
22 
23 #endif