Changes in src/driver/cfa.cc [47a8d17:ec129c4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/driver/cfa.cc
r47a8d17 rec129c4 25 25 using std::endl; 26 26 using std::string; 27 using std::to_string;28 27 29 28 … … 51 50 52 51 int main( int argc, char *argv[] ) { 53 string Version( CFA_VERSION_LONG); // current version number from CONFIG54 string Major( to_string( CFA_VERSION_MAJOR ) ), Minor( to_string( CFA_VERSION_MINOR ) ), Patch( to_string( CFA_VERSION_PATCH ));52 string Version( VERSION ); // current version number from CONFIG 53 string Major( CFA_VERSION_MAJOR ), Minor( CFA_VERSION_MINOR ), Patch( CFA_VERSION_MINOR ); 55 54 56 55 string installincdir( CFA_INCDIR ); // fixed location of include files
Note:
See TracChangeset
for help on using the changeset viewer.