diff options
| author | DanielDelaporus <62656340+DanielDelaporus@users.noreply.github.com> | 2021-07-28 00:50:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-27 15:50:29 -0700 |
| commit | c8441af7e0e7b7522c4d1261ab435385df2a1181 (patch) | |
| tree | 3bc9e366c743e7b3d08389a0fcfecc8b82abb996 /versions | |
| parent | db4d9760aaebc8445308c8d3a425cc01bb47c459 (diff) | |
| download | vcpkg-c8441af7e0e7b7522c4d1261ab435385df2a1181.tar.gz vcpkg-c8441af7e0e7b7522c4d1261ab435385df2a1181.zip | |
[alembic] Enable release only and debug only build on alembic port (#18963)
* [alembic] Enable release only and debug only build on alembic port
* Fix version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/a-/alembic.json | 5 | ||||
| -rw-r--r-- | versions/baseline.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/a-/alembic.json b/versions/a-/alembic.json index c35cbf3e8..3528cffd2 100644 --- a/versions/a-/alembic.json +++ b/versions/a-/alembic.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "058a9ce893dbaf6ad6d2743b47a9c633eff3798a", + "version": "1.7.16", + "port-version": 1 + }, + { "git-tree": "41cf27d8f6792056c456e4640f20f13a016db205", "version-string": "1.7.16", "port-version": 0 diff --git a/versions/baseline.json b/versions/baseline.json index 5ccb76584..183d12ab0 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -50,7 +50,7 @@ }, "alembic": { "baseline": "1.7.16", - "port-version": 0 + "port-version": 1 }, "aliyun-oss-c-sdk": { "baseline": "3.10.0", |
