diff options
| author | 李洋阳 <w703710691d@163.com> | 2021-07-27 07:42:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-26 16:42:48 -0700 |
| commit | f6e78c3d87b17d7e9cbbae69902501c7e7870ac9 (patch) | |
| tree | f731c47f016e7045e98673dbdb99d3984dd35523 /versions | |
| parent | f503c5d38456a99ab3864ddd065ffb9743cccefa (diff) | |
| download | vcpkg-f6e78c3d87b17d7e9cbbae69902501c7e7870ac9.tar.gz vcpkg-f6e78c3d87b17d7e9cbbae69902501c7e7870ac9.zip | |
[duilib] Enable unicode define (#17745)
* duilib enable unicode define
* duilib version modify git-tree
* update duilib version files
* update duilib control and version files
* modify duilib cmake tab to space
* duilib remove unnecessary space char
* duilib update version file
* Update versions/baseline.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/duilib/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update versions/d-/duilib.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* fix duilib version file
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/d-/duilib.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index ff4f8eb60..559b59b85 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1777,8 +1777,8 @@ "port-version": 0 }, "duilib": { - "baseline": "2019-4-28-2", - "port-version": 0 + "baseline": "2019-4-28", + "port-version": 3 }, "duktape": { "baseline": "2.5.0", diff --git a/versions/d-/duilib.json b/versions/d-/duilib.json index ca3a95a02..9faceb990 100644 --- a/versions/d-/duilib.json +++ b/versions/d-/duilib.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "58b8c9eb93832387ea6efc1ae1071395cd4a22d2", + "version-string": "2019-4-28", + "port-version": 3 + }, + { "git-tree": "d1a36d9e38313306f28b94d238e120deabfec9ea", "version-string": "2019-4-28-2", "port-version": 0 |
