From 4d1cd76eed19d1fad51ec7b533842a751d288656 Mon Sep 17 00:00:00 2001 From: Mark Carter Date: Sat, 4 Jan 2025 14:49:00 +0000 Subject: [PATCH] Release 15.0 --- NEWS | 10 +++++----- configure.ac | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 10c5831..a852a1d 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,10 @@ =========================================================================== -VERSION: DEV -STATUS: DEV -DATE: TBD -NAME: FRANCESCA LIDDY +VERSION: 15.0 +STATUS: RELEASE +DATE: 2025-01-04 +NAME: NACHO VARGA -"You are such a pain in my ass, you know that?" +"What happens now?" * Fedora compilation fixes diff --git a/configure.ac b/configure.ac index c445a3d..9e1ed07 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.69]) -AC_INIT([neoleo], [14.0]) +AC_INIT([neoleo], [15.0]) : ${CXXFLAGS=""}dnl https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/C_002b_002b-Compiler.html AC_CONFIG_HEADERS([config.h])