/usr/include/aqbanking5/aqofxconnect/version.h is in libaqbanking-dev 5.6.4beta-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | /***************************************************************************
$RCSfile$
-------------------
cvs : $Id$
begin : Mon Mar 01 2004
copyright : (C) 2004 by Martin Preuss
email : martin@libchipcard.de
***************************************************************************
* Please see toplevel file COPYING for license details *
***************************************************************************/
#ifndef AQOFXCONNECT_VERSION_H
#define AQOFXCONNECT_VERSION_H
#define AQOFXCONNECT_VERSION_MAJOR 5
#define AQOFXCONNECT_VERSION_MINOR 6
#define AQOFXCONNECT_VERSION_PATCHLEVEL 4
#define AQOFXCONNECT_VERSION_BUILD 0
#define AQOFXCONNECT_VERSION_TAG "beta"
#define AQOFXCONNECT_VERSION_FULL_STRING "5.6.4.0beta"
#define AQOFXCONNECT_VERSION_STRING "5.6.4"
#endif /* AQOFXCONNECT_VERSION_H */
|