From aa25ab9baf68f6e2c5222c8111a9548cd243a688 Mon Sep 17 00:00:00 2001 From: Mark Shinwell Date: Fri, 30 Dec 2022 09:41:18 +0000 Subject: [PATCH] Fix version number (#94) --- build-aux/ocaml_version.m4 | 4 ++-- configure | 32 ++++++++++++++++---------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/build-aux/ocaml_version.m4 b/build-aux/ocaml_version.m4 index c90f88c6be47..7b1797a11f42 100644 --- a/build-aux/ocaml_version.m4 +++ b/build-aux/ocaml_version.m4 @@ -33,7 +33,7 @@ m4_define([OCAML__DEVELOPMENT_VERSION], [false]) m4_define([OCAML__VERSION_MAJOR], [4]) m4_define([OCAML__VERSION_MINOR], [14]) -m4_define([OCAML__VERSION_PATCHLEVEL], [0]) +m4_define([OCAML__VERSION_PATCHLEVEL], [1]) # Note that the OCAML__VERSION_EXTRA string defined below is always empty # for officially-released versions of OCaml. m4_define([OCAML__VERSION_EXTRA], [jst]) @@ -84,7 +84,7 @@ m4_define([OCAML__VERSION_NUMBER], OCAML__VERSION_MINOR, OCAML__VERSION_PATCHLEVEL)]) -m4_define([OCAML__RELEASE_EXTRA], +m4_define([OCAML__RELEASE_EXTRA], m4_if(OCAML__VERSION_EXTRA,[],[None], ['Some (]m4_if(OCAML__VERSION_EXTRA_PREFIX,+,[Plus], [Tilde])[, "]OCAML__VERSION_EXTRA[")']))])) diff --git a/configure b/configure index 62aafc23d0d0..cc81ab60166e 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for OCaml 4.14.0+jst. +# Generated by GNU Autoconf 2.71 for OCaml 4.14.1+jst. # # Report bugs to . # @@ -621,8 +621,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='OCaml' PACKAGE_TARNAME='ocaml' -PACKAGE_VERSION='4.14.0+jst' -PACKAGE_STRING='OCaml 4.14.0+jst' +PACKAGE_VERSION='4.14.1+jst' +PACKAGE_STRING='OCaml 4.14.1+jst' PACKAGE_BUGREPORT='caml-list@inria.fr' PACKAGE_URL='http://www.ocaml.org' @@ -1477,7 +1477,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures OCaml 4.14.0+jst to adapt to many kinds of systems. +\`configure' configures OCaml 4.14.1+jst to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1544,7 +1544,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of OCaml 4.14.0+jst:";; + short | recursive ) echo "Configuration of OCaml 4.14.1+jst:";; esac cat <<\_ACEOF @@ -1717,7 +1717,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -OCaml configure 4.14.0+jst +OCaml configure 4.14.1+jst generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2374,7 +2374,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by OCaml $as_me 4.14.0+jst, which was +It was created by OCaml $as_me 4.14.1+jst, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3130,8 +3130,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: Configuring OCaml version 4.14.0+jst" >&5 -printf "%s\n" "$as_me: Configuring OCaml version 4.14.0+jst" >&6;} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: Configuring OCaml version 4.14.1+jst" >&5 +printf "%s\n" "$as_me: Configuring OCaml version 4.14.1+jst" >&6;} # Configuration variables @@ -3179,7 +3179,7 @@ bootstrapping_flexdll=false -VERSION=4.14.0+jst +VERSION=4.14.1+jst OCAML_DEVELOPMENT_VERSION=false @@ -3189,7 +3189,7 @@ OCAML_VERSION_MAJOR=4 OCAML_VERSION_MINOR=14 -OCAML_VERSION_PATCHLEVEL=0 +OCAML_VERSION_PATCHLEVEL=1 OCAML_VERSION_EXTRA=jst @@ -3318,15 +3318,15 @@ printf "%s\n" "#define OCAML_VERSION_MAJOR 4" >>confdefs.h printf "%s\n" "#define OCAML_VERSION_MINOR 14" >>confdefs.h -printf "%s\n" "#define OCAML_VERSION_PATCHLEVEL 0" >>confdefs.h +printf "%s\n" "#define OCAML_VERSION_PATCHLEVEL 1" >>confdefs.h printf "%s\n" "#define OCAML_VERSION_ADDITIONAL \"jst\"" >>confdefs.h printf "%s\n" "#define OCAML_VERSION_EXTRA \"jst\"" >>confdefs.h -printf "%s\n" "#define OCAML_VERSION 41400" >>confdefs.h +printf "%s\n" "#define OCAML_VERSION 41401" >>confdefs.h -printf "%s\n" "#define OCAML_VERSION_STRING \"4.14.0+jst\"" >>confdefs.h +printf "%s\n" "#define OCAML_VERSION_STRING \"4.14.1+jst\"" >>confdefs.h # Checks for system types @@ -19676,7 +19676,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by OCaml $as_me 4.14.0+jst, which was +This file was extended by OCaml $as_me 4.14.1+jst, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19745,7 +19745,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -OCaml config.status 4.14.0+jst +OCaml config.status 4.14.1+jst configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\"