/** @file Generic RF data receiver and decoder for ISM band devices using RTL-SDR and SoapySDR. Copyright (C) 2026 Christian W. Zuckschwerdt This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. */ #ifndef INCLUDE_R_VERSION_H_ #define INCLUDE_R_VERSION_H_ char const *version_string(void); #endif /* INCLUDE_R_VERSION_H_ */