From 814ad5928f47e618193973e764de8fd01b3eb72d Mon Sep 17 00:00:00 2001 From: Andreas Enge <andreas.enge@inria.fr> Date: Wed, 17 May 2023 19:40:56 +0200 Subject: [PATCH] Move to version 0.4.3dev. * 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 b3dc5d2..498fa08 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.2],[andreas.enge@inria.fr]) +AC_INIT([cm],[0.4.3dev],[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 b36d711..1df514b 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 16 May 2023 +@set UPDATED 17 May 2023 @set UPDATED-MONTH May 2023 -@set EDITION 0.4.2 -@set VERSION 0.4.2 +@set EDITION 0.4.3dev +@set VERSION 0.4.3dev diff --git a/lib/cm.h b/lib/cm.h index ba0b9e0..b9dea11 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 2 -#define CM_VERSION_STRING "0.4.2" +#define CM_VERSION_PATCHLEVEL 3 +#define CM_VERSION_STRING "0.4.3dev" #define CM_MODPOL_J 'j' #define CM_MODPOL_DOUBLEETA 'd' diff --git a/lib/get_version.c b/lib/get_version.c index 9fbe11d..85f9e84 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.2"; + return "0.4.3dev"; } -- GitLab