Skip to content

Commit

Permalink
Fix version number (ocaml#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshinwell authored Dec 30, 2022
1 parent d01ffa0 commit aa25ab9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions build-aux/ocaml_version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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[")']))]))
32 changes: 16 additions & 16 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa25ab9

Please sign in to comment.