diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | configure.ac | 2 | 
2 files changed, 5 insertions, 1 deletions
| @@ -1,6 +1,10 @@  This file contains information about the changes done to  ODR-DabMod in this repository +2025-09-08: Matthias P. Braendli <matthias@mpb.li> +	(v3.0.1): +		Fix compilation on debian gcc-15. +  2025-02-26: Matthias P. Braendli <matthias@mpb.li>  	(v3.0.0):  		Add support for the PrecisionWave DEXTER Modulator. diff --git a/configure.ac b/configure.ac index 46bbaf1..ccce564 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@  # along with ODR-DabMod.  If not, see <http://www.gnu.org/licenses/>.  AC_PREREQ([2.69]) -AC_INIT([ODR-DabMod],[3.0.0],[matthias.braendli@mpb.li]) +AC_INIT([ODR-DabMod],[3.0.1],[matthias.braendli@mpb.li])  AC_CONFIG_AUX_DIR([build-aux])  AC_CONFIG_MACRO_DIR([m4])  AC_CANONICAL_TARGET | 
