Skip to content

Commit

Permalink
Tentatively restore the %%VERSION%% placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
mjambon committed Mar 11, 2022
1 parent 9056b7b commit 9523f5a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.3.1 (2022-03-10)
------------------

* Ensure that atdgen reports its own version rather than the version
of the atd library.
* Fix version constraint on cmdliner.

2.3.0 (2022-03-10)
------------------

Expand Down
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ use this archive.
process easy and safe. Refer to its documentation for more information.

1. Review and update the changelog `CHANGES.md`.
2. Create a section with the desired version e.g. `2.3.0
(2022-03-10)`.
3. Commit any pending changes.
2. Create a section with the desired version e.g. `2.3.0 (2022-03-10)`.
3. Commit the changes.
4. Install [dune-release](https://github.com/ocamllabs/dune-release)
if not already installed:
`opam install dune-release`
Expand Down
3 changes: 1 addition & 2 deletions atd/src/version.ml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
(* generated by: ./scripts/release 2.3.0 *)
let version = "2.3.0"
let version = "%%VERSION%%"

0 comments on commit 9523f5a

Please sign in to comment.