From 1fbe219e4230681b2ddc58613f4aab58668fd95c Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Mon, 8 Apr 2024 10:02:44 +1200 Subject: [PATCH] Update for 1.4.7 --- NEWS | 6 +++++- configure.ac | 2 +- doc/manual.sgml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index e04b7a73..38d86f88 100644 --- a/NEWS +++ b/NEWS @@ -45,7 +45,11 @@ Changes in 1.4.7 (2024-04-07): + Add configure --enable-werror option to turn compiler warnings into errors. -* Expand details of Compass MAK CRS support in manual. +* Manual: + + + Expand details of Compass MAK CRS support. + + + Replace very out of date information about binary RPM packages. * Minor translation updates. diff --git a/configure.ac b/configure.ac index 50a9f805..c2797cc5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script dnl Need autoconf 2.50 or later for AC_ARG_VAR. 2.59 has been around for dnl long enough, that we might as well just require that. AC_PREREQ(2.59) -AC_INIT([survex], [1.4.6], [https://trac.survex.com/]) +AC_INIT([survex], [1.4.7], [https://trac.survex.com/]) AM_INIT_AUTOMAKE([1.5 gnu -Wall -Wportability -Werror]) RELEASE=1 diff --git a/doc/manual.sgml b/doc/manual.sgml index e37cf3de..85b004db 100644 --- a/doc/manual.sgml +++ b/doc/manual.sgml @@ -82,7 +82,7 @@ joining it, e.g. at a T-junction. And so on.
- <Application>Survex</Application> <!--VERSION-->1.4.6 Manual + <Application>Survex</Application> <!--VERSION-->1.4.7 Manual Olly -- 2.11.4.GIT