RAPI
Rversion.h
Go to the documentation of this file.
00001 /* Rversion.h.  Generated automatically. */
00002 #ifndef R_VERSION_H
00003 #define R_VERSION_H
00004 
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008 
00009 #define R_VERSION 1234
00010 #define R_NICK "Nickname"
00011 #define R_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
00012 #define R_MAJOR  "3"
00013 #define R_MINOR  "4.5"
00014 #define R_STATUS "Under development (unstable)"
00015 #define R_YEAR   ""
00016 #define R_MONTH  ""
00017 #define R_DAY    ""
00018 #define R_SVN_REVISION 123456
00019 #define R_FILEVERSION    3,45,,6
00020 
00021 #ifdef __cplusplus
00022 }
00023 #endif
00024 
00025 #endif /* not R_VERSION_H */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines