2525#  The following macro, OCAML__DEVELOPMENT_VERSION, should be either
2626#  [true] of [false].
2727
28- m4_define ( [ OCAML__DEVELOPMENT_VERSION] [ true ] ) 
28+ m4_define ( [ OCAML__DEVELOPMENT_VERSION] [ false ] ) 
2929
3030#  The three following components (major, minor and patch level) MUST be
3131#  integers. They MUST NOT be left-padded with zeros and all of them,
@@ -36,7 +36,7 @@ m4_define([OCAML__VERSION_MINOR], [14])
3636m4_define ( [ OCAML__VERSION_PATCHLEVEL] [ 1] ) 
3737#  Note that the OCAML__VERSION_EXTRA string defined below is always empty
3838#  for officially-released versions of OCaml.
39- m4_define ( [ OCAML__VERSION_EXTRA] [ dev1-2022-12-07 ] ) 
39+ m4_define ( [ OCAML__VERSION_EXTRA] [ rc1 ] ) 
4040
4141#  The OCAML__VERSION_EXTRA_PREFIX macro defined below should be a
4242#  single character:
@@ -45,7 +45,7 @@ m4_define([OCAML__VERSION_EXTRA], [dev1-2022-12-07])
4545#  and with an empty OCAML__VERSION_EXTRA string;
4646#  Or [+] to give more info about this specific version.
4747#  Development releases, for instance, should use a [+] prefix.
48- m4_define ( [ OCAML__VERSION_EXTRA_PREFIX] [ + ] ) 
48+ m4_define ( [ OCAML__VERSION_EXTRA_PREFIX] [ ~ ] ) 
4949m4_define ( [ OCAML__VERSION_SHORT] [ OCAML__VERSION_MAJOR.OCAML__VERSION_MINOR] ) 
5050#  The OCAML__VERSION below must be in the format specified in stdlib/sys.mli
5151m4_define ( [ OCAML__VERSION] 
0 commit comments