Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef Q4BANKING_VERSION_H
00012 #define Q4BANKING_VERSION_H
00013
00014 #define Q4BANKING_VERSION_MAJOR 4
00015 #define Q4BANKING_VERSION_MINOR 2
00016 #define Q4BANKING_VERSION_PATCHLEVEL 4
00017 #define Q4BANKING_VERSION_BUILD 0
00018 #define Q4BANKING_VERSION_TAG "stable"
00019 #define Q4BANKING_VERSION_FULL_STRING "4.2.4.0stable"
00020 #define Q4BANKING_VERSION_STRING "4.2.4"
00021
00022
00023
00024 #endif
00025
00026