From 2bc52143cfaffa951ab37d0373181aa755af2edb Mon Sep 17 00:00:00 2001 From: Andreas Enge <andreas.enge@inria.fr> Date: Mon, 26 Feb 2024 11:52:27 +0100 Subject: [PATCH] Move to version 0.4.4dev. * configure.ac, lib/cm.h, lib/get_version.c, doc/version.texi: Update version and date. --- configure.ac | 2 +- doc/version.texi | 6 +++--- lib/cm.h | 4 ++-- lib/get_version.c | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index c49c00c..656c9a0 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ AC_PREREQ([2.69]) -AC_INIT([cm],[0.4.3],[andreas.enge@inria.fr]) +AC_INIT([cm],[0.4.4dev],[andreas.enge@inria.fr]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_SRCDIR([lib/cm.h]) AC_CONFIG_HEADERS([config.h]) diff --git a/doc/version.texi b/doc/version.texi index c3b9f75..e2a9a20 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 23 February 2024 +@set UPDATED 26 February 2024 @set UPDATED-MONTH February 2024 -@set EDITION 0.4.3 -@set VERSION 0.4.3 +@set EDITION 0.4.4dev +@set VERSION 0.4.4dev diff --git a/lib/cm.h b/lib/cm.h index 555f29d..3292ec0 100644 --- a/lib/cm.h +++ b/lib/cm.h @@ -33,8 +33,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define CM_VERSION_MAJOR 0 #define CM_VERSION_MINOR 4 -#define CM_VERSION_PATCHLEVEL 3 -#define CM_VERSION_STRING "0.4.3" +#define CM_VERSION_PATCHLEVEL 4 +#define CM_VERSION_STRING "0.4.4dev" #define CM_MODPOL_J 'j' #define CM_MODPOL_DOUBLEETA 'd' diff --git a/lib/get_version.c b/lib/get_version.c index 7fb663c..7ee8ff7 100644 --- a/lib/get_version.c +++ b/lib/get_version.c @@ -23,6 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "cm-impl.h" const char *cm_get_version (void) { - return "0.4.3"; + return "0.4.4dev"; } -- GitLab