From c9be2737d74add6882338159582e57d722370bf4 Mon Sep 17 00:00:00 2001 From: Jonah Beckford <9566106-jonahbeckford@users.noreply.gitlab.com> Date: Wed, 21 Aug 2024 07:06:47 -0700 Subject: [PATCH] Change opam version to 2.2.0.1 --- dkml-component-common-opam.opam | 2 +- dkml-component-offline-opam.opam | 2 +- dkml-component-offline-opamshim.opam | 2 +- dkml-component-staging-opam32.opam | 2 +- dkml-component-staging-opam64.opam | 2 +- dune-project | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dkml-component-common-opam.opam b/dkml-component-common-opam.opam index b1636db..1986d80 100644 --- a/dkml-component-common-opam.opam +++ b/dkml-component-common-opam.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "2.2.0" +version: "2.2.0.1" synopsis: "Common code for opam DkML components" description: "Common code for opam DkML components" maintainer: ["opensource+dkml@support.diskuv.com"] diff --git a/dkml-component-offline-opam.opam b/dkml-component-offline-opam.opam index b5983ee..782b2ec 100644 --- a/dkml-component-offline-opam.opam +++ b/dkml-component-offline-opam.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "2.2.0" +version: "2.2.0.1" synopsis: "Offline install of opam" description: """ Offline install that places opam in the installation directory. diff --git a/dkml-component-offline-opamshim.opam b/dkml-component-offline-opamshim.opam index f713679..54529dd 100644 --- a/dkml-component-offline-opamshim.opam +++ b/dkml-component-offline-opamshim.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "2.2.0" +version: "2.2.0.1" synopsis: "Offline install of opam shim" description: """ Offline install that places the opam shim and the real opam in the installation directory. diff --git a/dkml-component-staging-opam32.opam b/dkml-component-staging-opam32.opam index d3507b3..14e0a43 100644 --- a/dkml-component-staging-opam32.opam +++ b/dkml-component-staging-opam32.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "2.2.0" +version: "2.2.0.1" synopsis: "DkML component for 32-bit versions of opam" description: """ For 32-bit capable platforms, opam, opam-putenv and opam-installer will be in /staging-files/. diff --git a/dkml-component-staging-opam64.opam b/dkml-component-staging-opam64.opam index 040812f..1067907 100644 --- a/dkml-component-staging-opam64.opam +++ b/dkml-component-staging-opam64.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "2.2.0" +version: "2.2.0.1" synopsis: "DkML component for 64-bit versions of opam" description: """ For 64-bit capable platforms, opam, opam-putenv and opam-installer will be in /staging-files/. diff --git a/dune-project b/dune-project index 51c0a0d..f3e60d1 100644 --- a/dune-project +++ b/dune-project @@ -18,7 +18,7 @@ ; ; The only thing we need to do in the opam version is to use alpha0 instead ; of alpha1. -(version 2.2.0) +(version 2.2.0.1) ; This deviates from standards, but is 2.2.0 regenerated for not just Windows but also macOS + Linux (generate_opam_files true)